compose-ltr-0.2.4: compose-ltr.cabal
-- Initial compose-ltr.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: compose-ltr
version: 0.2.4
synopsis: More intuitive, left-to-right function composition.
description: More intuitive, left-to-right function composition.
-- description:
license: MIT
extra-source-files: README.md
license-file: LICENSE
author: Milán Nagy
maintainer: 123.wizek@gmail.com
-- copyright:
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/Wizek/compose-ltr.git
library
exposed-modules: Data.Function.Compose.LeftToRight, ComposeLTR
-- other-modules:
-- other-extensions:
build-depends: base >4 && <5
hs-source-dirs: src
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends: QuickCheck
, base >4 && <5
, hspec
, compose-ltr
hs-source-dirs: spec
default-language: Haskell2010