collapse-util-0.1.0.0: collapse-util.cabal
-- Initial collapse-util.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: collapse-util
version: 0.1.0.0
synopsis: utility for collapsing adjacent writes
-- description:
homepage: http://github.com/mwotton/collapse
license: BSD3
license-file: LICENSE
author: Mark Wotton
maintainer: mwotton@gmail.com
-- copyright:
bug-reports: https://github.com/mwotton/collapse/issues
category: Concurrency
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable collapse
main-is: collapse.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8
-- hs-source-dirs:
default-language: Haskell2010