diff options
author | Hécate <hecate+gitlab@glitchbra.in> | 2020-07-06 01:32:15 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-18 07:26:43 -0400 |
commit | e6cf27dfded59fe42bd6be323573c0d576e6204a (patch) | |
tree | cac89a332670a602871071e1983d3275320e4ce2 /hadrian/hadrian.cabal | |
parent | 6ba6a881c58459008f02fb4816f8dec2800c2b73 (diff) | |
download | haskell-e6cf27dfded59fe42bd6be323573c0d576e6204a.tar.gz |
Add a Lint hadrian rule and an .hlint.yaml file in base/
Diffstat (limited to 'hadrian/hadrian.cabal')
-rw-r--r-- | hadrian/hadrian.cabal | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal index 11f34a26ba..018068aaf3 100644 --- a/hadrian/hadrian.cabal +++ b/hadrian/hadrian.cabal @@ -73,15 +73,16 @@ executable hadrian , Rules.Gmp , Rules.Libffi , Rules.Library + , Rules.Lint , Rules.Nofib , Rules.Program , Rules.Register , Rules.Rts - , Rules.ToolArgs , Rules.Selftest , Rules.SimpleTargets , Rules.SourceDist , Rules.Test + , Rules.ToolArgs , Settings , Settings.Builders.Alex , Settings.Builders.Cabal @@ -132,15 +133,15 @@ executable hadrian , TupleSections other-extensions: MultiParamTypeClasses , TypeFamilies - build-depends: base >= 4.8 && < 5 - , Cabal >= 3.0 && < 3.3 + build-depends: Cabal >= 3.0 && < 3.3 + , QuickCheck >= 2.6 && < 2.14 + , base >= 4.8 && < 5 , containers >= 0.5 && < 0.7 , directory >= 1.3.1.0 && < 1.4 , extra >= 1.4.7 , filepath , mtl == 2.2.* , parsec >= 3.1 && < 3.2 - , QuickCheck >= 2.6 && < 2.14 , shake >= 0.18.3 && < 0.18.6 , transformers >= 0.4 && < 0.6 , unordered-containers >= 0.2.1 && < 0.3 |