packages feed

Cabal revisions of HPDF-1.4.2

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

revision 1
 Name: HPDF Version: 1.4.2+x-revision: 1 cabal-version: >=1.6 License: LGPL License-file:LICENSE  library   if flag(splitBase)-    build-depends: base >= 3 && < 5 , containers, random >= 1.0, bytestring >= 0.9, array >= 0.1, zlib >= 0.5, binary >= 0.4, mtl+    build-depends: base >= 3 && < 4.6 , containers < 0.6, random >= 1.0 && < 1.2, bytestring >= 0.9 && < 0.11, array >= 0.1, zlib >= 0.5, binary >= 0.4, mtl < 2.3   else     build-depends: base >= 2 && < 3, haskell98, mtl ,zlib >= 0.5, binary >= 0.4   if impl(ghc >= 6.10)