hwsl2-reducers-0.1.0.0: hwsl2-reducers.cabal
-- Initial hwsl2-reducers.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hwsl2-reducers
version: 0.1.0.0
synopsis: Semigroup and Reducer instances for Data.Hash.SL2
-- description:
homepage: https://github.com/srijs/hwsl2-reducers
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.Reducer
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <5.0,
bytestring >=0.10,
hwsl2 >=0.3,
semigroups >=0.16,
reducers >=3.10
hs-source-dirs: src
default-language: Haskell2010