Cabal revisions of byteset-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: byteset-version: 0.1.0.0-synopsis: Set of bytes.-description: Data structure for sets of bytes, where bytes are @Word8@ values.-license: BSD3-license-file: LICENSE-author: Daniel Díaz-maintainer: dhelta.diaz@gmail.com-category: Data-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Data.ByteSet- build-depends: base == 4.*- , binary- default-language: Haskell2010- ghc-options: -Wall+name: byteset +version: 0.1.0.0 +x-revision: 1 +synopsis: Set of bytes. +description: Data structure for sets of bytes, where bytes are @Word8@ values. +license: BSD3 +license-file: LICENSE +author: Daniel Díaz +maintainer: dhelta.diaz@gmail.com +category: Data +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Data.ByteSet + build-depends: base >= 4.6 && < 5 + , binary + default-language: Haskell2010 + ghc-options: -Wall