name: hwsl2-bytevector version: 0.1.0.0 synopsis: A hashed byte-vector based on algebraic hashes and finger trees -- description: homepage: https://github.com/srijs/hwsl2-haskell-bytevector license: MIT license-file: LICENSE author: Sam Rijs maintainer: srijs@airpost.net -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Hash.SL2.ByteVector -- other-modules: -- other-extensions: build-depends: base >=4.6 && <5, hwsl2 >=0.3.2, fingertree >=0.1, bytestring >=0.10 hs-source-dirs: src default-language: Haskell2010