Cabal revisions of bsparse-0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: bsparse Version: 0.0.1+x-revision: 1 Synopsis: A simple unassuming parser for bytestring Description: Really trivial parser to get and drop bytes from a bytestring License: BSD3 location: https://github.com/vincenthz/hs-bsparse Library+ -- broken release+ build-depends: base<0+ Exposed-modules: Data.ByteString.Parse Build-depends: base >= 4 && < 5 ghc-options: -Wall -fwarn-tabs