Skip to content

Commit

Permalink
Address Andres' feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
adinapoli committed Jul 1, 2020
1 parent fb547e7 commit 06efc80
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion liquid-base/liquid-base.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ library
Liquid.Prelude.NotReal
Prelude
hs-source-dirs: src
build-depends: base >= 4.14.0.0 && < 5
build-depends: base == 4.14.0.0
, liquid-ghc-prim
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
Expand Down
2 changes: 1 addition & 1 deletion liquid-bytestring/liquid-bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library
-- Data.ByteString.Lazy.Char8
hs-source-dirs: src
build-depends: liquid-base < 5
, bytestring >= 0.10.0.0
, bytestring >= 0.10.10.0 && < 0.11
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
Expand Down
2 changes: 1 addition & 1 deletion liquid-containers/liquid-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library
Data.Map
hs-source-dirs: src
build-depends: liquid-base < 5
, containers >= 0.6.0.0
, containers >= 0.6.2.1 && < 0.7
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
Expand Down
2 changes: 1 addition & 1 deletion liquid-ghc-prim/liquid-ghc-prim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library
GHC.Tuple

hs-source-dirs: src
build-depends: ghc-prim >= 0.6.1 && < 0.7
build-depends: ghc-prim == 0.6.1
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
Expand Down
4 changes: 2 additions & 2 deletions liquid-parallel/liquid-parallel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ data-files: src/Control/Parallel/Strategies.spec
library
exposed-modules: Control.Parallel.Strategies
hs-source-dirs: src
build-depends: liquid-base < 5
, parallel >= 3.2.0.0
build-depends: liquid-base < 4.15
, parallel >= 3.2.0.0 && < 3.3
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
Expand Down
8 changes: 4 additions & 4 deletions liquid-platform/liquid-platform.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ executable liquidhaskell
else
buildable: True
build-depends: liquid-base >= 4.14.0.0 && < 5
, liquid-containers >= 0.6.0.0 && < 7
, liquid-containers >= 0.6.2.1 && < 0.7
, liquid-prelude >= 0.8.10.1
, liquid-vector >= 0.12.1.2 && < 0.13
, liquid-bytestring >= 0.10.0.0 && < 0.10.11.0
, liquid-bytestring >= 0.10.0.0 && < 0.11
, liquidhaskell >= 0.8.10.1
, process >= 1.6.0.0 && < 1.7.0.0
, cmdargs >= 0.10 && < 0.12
, process >= 1.6.0.0 && < 1.7
, cmdargs >= 0.10 && < 0.11

if flag(devel)
ghc-options: -Werror
Expand Down

0 comments on commit 06efc80

Please sign in to comment.