diff options
Diffstat (limited to 'users/Profpatsch/my-prelude/my-prelude.cabal')
-rw-r--r-- | users/Profpatsch/my-prelude/my-prelude.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/Profpatsch/my-prelude/my-prelude.cabal b/users/Profpatsch/my-prelude/my-prelude.cabal index f9b0e11831cf..49746cd432c7 100644 --- a/users/Profpatsch/my-prelude/my-prelude.cabal +++ b/users/Profpatsch/my-prelude/my-prelude.cabal @@ -48,6 +48,8 @@ common common-options -- to enable the `type` keyword in import lists (ormolu uses this automatically) ExplicitNamespaces + -- allows defining pattern synonyms, but also the `import Foo (pattern FooPattern)` import syntax + PatternSynonyms default-language: GHC2021 @@ -83,6 +85,7 @@ library , aeson-better-errors , bytestring , containers + , foldl , unordered-containers , resource-pool , resourcet @@ -101,9 +104,11 @@ library , PyF , semigroupoids , selective + , template-haskell , text , these , unix , unliftio , validation-selective , vector + , ghc-boot |