packages feed

Cabal revisions of MissingH-1.0.0

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

revision 1
 Name: MissingH Version: 1.0.0+x-revision: 1 License: GPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen  If impl(ghc >= 6.8)    GHC-Options: -XPatternSignatures - Build-Depends: network, parsec, base,-               haskell98, mtl, HUnit, regex-compat, QuickCheck, filepath,+ Build-Depends: network, parsec, base < 4,+               haskell98 < 2, mtl, HUnit, regex-compat, QuickCheck, filepath,                hslogger  If flag(splitBase)    Build-Depends: base >= 3, directory, random, process, old-time,