summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKosyrev Serge <serge.kosyrev@iohk.io>2018-01-16 03:13:55 +0300
committerKosyrev Serge <serge.kosyrev@iohk.io>2018-01-16 03:13:55 +0300
commit77508af752f01c9f4283e6149684084c6982da9e (patch)
tree7cd322a359dbd2bb8eec18e697e04c300e216b9f
parent288b92a732c27ddeaccef6469ee065ffde787988 (diff)
cabal: drop upper bounds
-rw-r--r--lambdacube-compiler.cabal22
1 files changed, 11 insertions, 11 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index a874e08e..09a96589 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -96,20 +96,20 @@ library
96 binary, 96 binary,
97 bytestring, 97 bytestring,
98 time, 98 time,
99 aeson >=1.1 && <1.2, 99 aeson >=1.1,
100 base >=4.9 && <5, 100 base >=4.9,
101 semigroups, 101 semigroups,
102 containers >=0.5 && <0.6, 102 containers >=0.5,
103 directory >=1.3 && <1.4, 103 directory >=1.3,
104 exceptions >= 0.8 && <0.9, 104 exceptions >= 0.8,
105 filepath >=1.4 && <1.5, 105 filepath >=1.4,
106 mtl >=2.2 && <2.3, 106 mtl >=2.2,
107 megaparsec >=5.3 && <5.4, 107 megaparsec >=5.3,
108 ansi-wl-pprint >=0.6 && <0.7, 108 ansi-wl-pprint >=0.6,
109 pretty-show >= 1.6.9, 109 pretty-show >= 1.6.9,
110 text >= 1.2 && <1.3, 110 text >= 1.2,
111 lambdacube-ir == 0.3.*, 111 lambdacube-ir == 0.3.*,
112 vector >= 0.12 && <0.13 112 vector >= 0.12
113 113
114 hs-source-dirs: src 114 hs-source-dirs: src
115 default-language: Haskell2010 115 default-language: Haskell2010