summarylogtreecommitdiffstats
path: root/cabal.patch
blob: 1e8730e93732b5dcba7641270ceda6438563fd11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/latex-formulae-hakyll.cabal b/latex-formulae-hakyll.cabal
index 52db8c7..6cb3c86 100644
--- a/latex-formulae-hakyll.cabal
+++ b/latex-formulae-hakyll.cabal
@@ -26,11 +26,11 @@ library
   exposed-modules:     Hakyll.Contrib.LaTeX
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.7 && <4.12
+  build-depends:       base >=4.7 && <5
                ,       latex-formulae-image >= 0.1.1.0  && < 0.2  
                ,       latex-formulae-pandoc >= 0.2.0.1 && < 0.3
                ,       hakyll >= 4.6 && < 4.13
-               ,       pandoc-types >= 1.12 && < 1.18
+               ,       pandoc-types >= 1.12
                ,       lrucache >= 1.2 && <1.3
   hs-source-dirs:      src
   default-language:    Haskell2010