@@ 25,8 25,13 @@ library
exposed-modules: Language.Gemini
-- other-modules:
other-extensions: OverloadedStrings
- build-depends: base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0
- , text ^>=1.2.5.0
+ build-depends: base ^>=4.12
+ || ^>=4.13
+ || ^>=4.14
+ || ^>=4.15
+ || ^>=4.16
+ || ^>=4.17
+ , text ^>=1.2.5.0 || ^>=2.0
-- hs-source-dirs:
ghc-options: -Wall
default-language: Haskell2010
@@ 41,9 46,9 @@ test-suite language
-with-rtsopts=-N
-Wall
build-depends: language-gemini
- , base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0
- , hspec ^>=2.8.3
- , hedgehog ^>=1.0.5
+ , base
+ , hspec ^>=2.8.3 || ^>=2.11
+ , hedgehog ^>=1.0.5 || ^>=1.2
, hspec-hedgehog ^>=0.0.1.2
, text >=1.2.5.0
default-language: Haskell2010