Skip to content

Commit

Permalink
Update from Hackage at 2017-12-31T00:20:28Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 31, 2017
1 parent 287abec commit 5397016
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions composition-prelude/0.1.1.4/composition-prelude.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: composition-prelude
version: 0.1.1.4
synopsis: Higher-order function combinators
description: Replacement for `composition` or `composition-exta`, exporting everything in one sane module.
homepage: https://github.com/vmchale/composition-prelude#readme
license: BSD3
license-file: LICENSE
author: Vanessa McHale
maintainer: vanessa.mchale@reconfigure.io
copyright: Copyright: (c) 2017 Vanessa McHale
category: Control, Data
build-type: Simple
extra-source-files: README.md
, stack.yaml
, .travis.yml
cabal-version: >=1.10

Flag development {
Description: Enable `-Werror`
manual: True
default: False
}

library
hs-source-dirs: src
exposed-modules: Control.Composition
build-depends: base >= 4.5 && < 5
default-language: Haskell2010
if flag(development)
ghc-options: -Werror
if impl(ghc >= 8.0)
ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-import-lists
ghc-options: -Wall

source-repository head
type: git
location: https://github.com/vmchale/composition-prelude
1 change: 1 addition & 0 deletions composition-prelude/0.1.1.4/composition-prelude.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"5d0cefc60923846df14f5e831d8148ef","Skein512_512":"b1b36d03c7a62380e641dc0d386557ae473f0e65cc94171698d705e79c748bb6a0d2428260878aad60d6aefcd1e8fe10fd9aa1f2b75ba03d4d5356890409d12c","SHA1":"86be5d34e425b1372a6e602104f31d4b54b38af9","SHA512":"a912cf69675803380ac1740519e8ed7e4697b40aa2fd2cca7a87497cce04eb0ad39d271f94a04b12520870c7c89610ad47ec43775476a860b35c413610059a78","SHA256":"677ab1e012a7f506af2a0751d5184701faf24fa057b26463fa9fb2141bb5deca"},"package-locations":["https://hackage.haskell.org/package/composition-prelude-0.1.1.4/composition-prelude-0.1.1.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/composition-prelude-0.1.1.4.tar.gz"],"package-size":2713}

0 comments on commit 5397016

Please sign in to comment.