diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-10-31 11:01:45 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2015-12-14 15:46:34 +0000 |
commit | af8fff4ee14e7e9fc8c6cedc96c57bd12b34c23c (patch) | |
tree | 76308cc5a5cfe5f4010fc2f0a49f5ded3f053111 /haddock-api | |
parent | 3e6b341a7bc2331a1646760f20f2451932d725d6 (diff) |
Relax upper bound on `base` to allow base-4.9
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/haddock-api.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index b4ceb1a0..26bb1d94 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -38,7 +38,7 @@ library Haskell2010 build-depends: - base >= 4.3 && < 4.9 + base >= 4.3 && < 4.10 , bytestring , filepath , directory |