diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-12-13 16:30:30 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-13 16:50:41 -0500 |
commit | b34497c36cd01a9c8a08ec3133ec94783642e43d (patch) | |
tree | e7cb0f7298ff86bf2754603ca92b14624f067f1d /haddock-api/haddock-api.cabal | |
parent | f951caf888eabd8742059f26e516e3392658fc88 (diff) |
Bump base upper bound
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-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 6c98fcfb..2ddd97cb 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.10 + base >= 4.3 && < 4.11 , bytestring , filepath , directory |