Version constraints

This commit is contained in:
Gregor Kleen 2017-10-10 04:09:06 +02:00
parent 03d67910e2
commit f6d64581cf
3 changed files with 20 additions and 20 deletions

View File

@ -16,9 +16,9 @@ library
, GeneralizedNewtypeDeriving , GeneralizedNewtypeDeriving
, DeriveGeneric , DeriveGeneric
, DeriveDataTypeable , DeriveDataTypeable
build-depends: base >=4.9 && <4.10 build-depends: base >=4.9 && <4.11
, binary , binary >=0.8.3.0 && <0.9
, path-pieces , path-pieces >=0.2.1 && <0.3
, http-api-data , http-api-data >=0.3.7.1 && <0.4
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010

View File

@ -23,12 +23,12 @@ library
, ViewPatterns , ViewPatterns
, RecordWildCards , RecordWildCards
, FlexibleContexts , FlexibleContexts
build-depends: base >=4.9 && <4.10 build-depends: base >=4.9.1.0 && <4.11
, cryptoids-types , cryptoids-types ==0.0.0
, cryptonite , cryptonite >=0.23 && <0.25
, bytestring , bytestring >=0.10.8.1 && <0.11
, binary , binary >=0.8.3.0 && <0.9
, memory , memory >=0.14.6 && <0.15
, mtl , mtl >=2.2.1 && <2.3
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010

View File

@ -27,15 +27,15 @@ library
, DeriveDataTypeable , DeriveDataTypeable
, DeriveGeneric , DeriveGeneric
other-extensions: ScopedTypeVariables other-extensions: ScopedTypeVariables
build-depends: base >=4.9 && <4.11 build-depends: base >=4.9 && <4.11
, cryptoids-types , cryptoids-types ==0.0.0
, cryptoids , cryptoids ==0.0.0
, uuid , uuid >=1.3.13 && <1.4
, cryptonite , cryptonite >=0.23 && <0.25
, binary , binary >=0.8.3.0 && <0.9
, memory , memory >=0.14.6 && <0.15
, bytestring , bytestring >=0.10.8.1 && <0.11
, mtl , mtl >=2.2.1 && <2.3
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -Wall -fno-warn-name-shadowing ghc-options: -Wall -fno-warn-name-shadowing