diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-02-04 21:49:05 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-02-06 11:53:31 -0500 |
commit | bf8ba2525e95319bdbcfc81d06448b646eba3a57 (patch) | |
tree | 83aac2bf137fccb8ae49916da9265b7b7fd41833 /haddock-api/haddock-api.cabal | |
parent | e1230ede3d1c77a6916e318aefcd47829e56035c (diff) | |
parent | 1bdbf284b4ba20ee1738b13c4e3414384955f6f3 (diff) |
Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-merge
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-rw-r--r-- | haddock-api/haddock-api.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 0274eee7..52191e13 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -44,7 +44,7 @@ library -- this package typically supports only single major versions build-depends: base ^>= 4.16.0 - , ghc ^>= 9.0 + , ghc ^>= 9.1 , ghc-paths ^>= 0.1.0.9 , haddock-library ^>= 1.9.0 , xhtml ^>= 3000.2.2 @@ -60,6 +60,7 @@ library , exceptions , filepath , ghc-boot + , mtl , transformers hs-source-dirs: src |