diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-22 08:50:45 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-22 08:50:45 -0500 |
commit | abdb5559b74af003a6d85f32695c034ff739f508 (patch) | |
tree | 1d3df93568e0db2c00acfa14a89f52db6b8df5f2 /hadrian/hadrian.cabal | |
parent | c11f145cf6a32337c005b0f9185e228c9ade0a64 (diff) | |
parent | 360d7404809b3fa54541f7f932a6864294f75a4a (diff) | |
download | haskell-abdb5559b74af003a6d85f32695c034ff739f508.tar.gz |
Update Hadrian
Diffstat (limited to 'hadrian/hadrian.cabal')
-rw-r--r-- | hadrian/hadrian.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal index 389f5530c1..9c170bcd16 100644 --- a/hadrian/hadrian.cabal +++ b/hadrian/hadrian.cabal @@ -116,17 +116,17 @@ executable hadrian , TupleSections other-extensions: MultiParamTypeClasses , TypeFamilies - build-depends: base >= 4.8 && < 5 + build-depends: base >= 4.8 && < 5 , ansi-terminal == 0.6.* , Cabal >= 2.0.0.2 && < 2.2 , containers == 0.5.* - , directory >= 1.2 && < 1.4 + , directory >= 1.2 && < 1.4 , extra >= 1.4.7 , mtl == 2.2.* - , QuickCheck >= 2.6 && < 2.10 + , QuickCheck >= 2.6 && < 2.10 , shake == 0.16.* - , transformers >= 0.4 && < 0.6 - , unordered-containers == 0.2.* + , transformers >= 0.4 && < 0.6 + , unordered-containers >= 0.2.1 && < 0.3 build-tools: alex >= 3.1 , happy >= 1.19.4 ghc-options: -Wall |