diff options
Diffstat (limited to 'haddock-to-standalone.cabal')
-rw-r--r-- | haddock-to-standalone.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-to-standalone.cabal b/haddock-to-standalone.cabal index 795914a..609b80b 100644 --- a/haddock-to-standalone.cabal +++ b/haddock-to-standalone.cabal @@ -11,7 +11,7 @@ executable haddock-to-standalone main-is: Main.hs build-depends: - base >= 4.13 && < 4.15, + base >= 4.13 && < 4.19, bytestring >= 0.11.3.1 && < 0.12, directory >= 1.3.7.0 && < 1.4, filepath >= 1.4.2.2 && < 1.5 |