Cabal revisions of range-0.1.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.1.2.0+x-revision: 1 -- A short (one-line) description of the package. synopsis: This has a bunch of code for specifying and managing ranges in your code. -- Other library packages from which modules are imported.- build-depends: base >= 4.5 && < 5+ build-depends: base >= 4.7 && < 5 , parsec >= 3- , free >=4.12+ , free >=4.12 && <5 ghc-options: -Wall