Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jul 17, 2024
1 parent d24c513 commit 4d5f7a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions persistent-test/src/LargeNumberTest.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE TypeIperators #-}
{-# LANGUAGE UndecidableInstances #-}
module LargeNumberTest where

Expand Down
1 change: 1 addition & 0 deletions persistent-test/src/LongIdentifierTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
module LongIdentifierTest where

Expand Down
1 change: 1 addition & 0 deletions persistent-test/src/MaxLenTest.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-unused-top-binds #-}

module MaxLenTest (specsWith, maxlenMigrate) where
Expand Down
1 change: 1 addition & 0 deletions persistent-test/src/MaybeFieldDefsTest.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -Wno-unused-top-binds #-}

Expand Down
1 change: 1 addition & 0 deletions persistent-test/src/MigrationColumnLengthTest.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
module MigrationColumnLengthTest where

Expand Down
1 change: 1 addition & 0 deletions persistent-test/src/MigrationIdempotencyTest.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
module MigrationIdempotencyTest where

Expand Down
1 change: 1 addition & 0 deletions persistent-test/src/PersistentTestModelsImports.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE TypeOperators #-}
{-# language UndecidableInstances #-}

-- | this just needs to compile
Expand Down

0 comments on commit 4d5f7a5

Please sign in to comment.