packages feed

Cabal revisions of HaTeX-3.17.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name: HaTeX
 Version: 3.17.0.0
+x-revision: 1
 Author: Daniel Díaz
 Category: LaTeX
 Build-type: Simple
 
 Library
   Default-language: Haskell2010
-  Build-depends: base == 4.*
+  Build-depends: base >= 4 && < 4.11
                , bytestring >= 0.9.2.1 && < 0.11
                , text >= 0.11.2.3 && < 2
                , transformers >= 0.2.2 && < 0.6
   type: exitcode-stdio-1.0
   hs-source-dirs: test
   main-is: Main.hs
-  build-depends: base == 4.*
+  build-depends: base >= 4 && < 4.11
                , HaTeX
                , tasty
                , QuickCheck
   type: exitcode-stdio-1.0
   hs-source-dirs: parsertest
   main-is: parsertest.hs
-  build-depends: base == 4.*
+  build-depends: base >= 4 && < 4.11
                , HaTeX
                , text
   ghc-options: -Wall