Cabal revisions of ValveValueKeyvalue-1.0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.4 name: ValveValueKeyvalue version: 1.0.1.0 +x-revision: 1 -- A short (one-line) description of the package. synopsis: A Valve Value-keyvalue parser for Haskell made with Parsec. -- LANGUAGE extensions used by modules in this package. -- other-extensions: - build-depends: base ^>= 4.14.2.0 + build-depends: base >= 4.14.2.0 && < 4.16 build-depends: parsec >= 3.1.14 && < 3.2 hs-source-dirs: app default-language: Haskell2010