diff options
author | Bodigrim <andrew.lelechenko@gmail.com> | 2022-11-21 01:07:07 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-12-08 22:46:47 -0500 |
commit | 08d8fe2a6878fc27a49d4c3fea97dd34b9c06350 (patch) | |
tree | c55473090590c9885335c74f097e92a8407f3e82 /hadrian | |
parent | 9eb9d2f4578afb09ac6c54ae4269b92aceaa5372 (diff) | |
download | haskell-08d8fe2a6878fc27a49d4c3fea97dd34b9c06350.tar.gz |
Allow mtl-2.3 in hadrian
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/cabal.project | 2 | ||||
-rw-r--r-- | hadrian/hadrian.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project index a4cf558c3f..769b1f0558 100644 --- a/hadrian/cabal.project +++ b/hadrian/cabal.project @@ -1,7 +1,7 @@ packages: ./ -- This essentially freezes the build plan for hadrian -index-state: 2022-09-10T18:46:55Z +index-state: 2022-11-19T22:13:06Z -- N.B. Compile with -O0 since this is not a performance-critical executable -- and the Cabal takes nearly twice as long to build with -O1. See #16817. diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal index 5db97ba41e..03b7f568c1 100644 --- a/hadrian/hadrian.cabal +++ b/hadrian/hadrian.cabal @@ -155,7 +155,7 @@ executable hadrian , extra >= 1.4.7 , filepath , time - , mtl == 2.2.* + , mtl >= 2.2 && < 2.4 , parsec >= 3.1 && < 3.2 , shake >= 0.18.3 && < 0.20 , transformers >= 0.4 && < 0.6 |