Cabal revisions of lhs2tex-1.15
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: >=1.6 name: lhs2tex version: 1.15+x-revision: 1 license: GPL license-file: LICENSE author: Ralf Hinze <ralf@informatik.uni-bonn.de>, Andres Loeh <lhs2tex@andres-loeh.de> executable lhs2TeX main-is: Main.lhs if flag(splitBase)- build-depends: base >= 3 && < 5, regex-compat, mtl, filepath, directory, process, utf8-string, extensible-exceptions+ build-depends: base >= 3 && < 5, regex-compat, mtl < 2.3, filepath, directory, process, utf8-string, extensible-exceptions else- build-depends: base < 3, regex-compat, mtl, filepath, utf8-string-+ build-depends: base < 3, regex-compat, mtl < 2.3, filepath, utf8-string