Skip to content

Commit

Permalink
Update from Hackage at 2018-08-16T23:58:03Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 17, 2018
1 parent c1452ad commit 62ad264
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
49 changes: 49 additions & 0 deletions recursion/0.1.0.0/recursion.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
cabal-version: 1.18
name: recursion
version: 0.1.0.0
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2018 Vanessa McHale
maintainer: vanessa.mchale@iohk.io
author: Vanessa McHale
bug-reports: https://hub.darcs.net/vmchale/recursion/issues
synopsis: A recursion schemes library for GHC.
description:
A performant recursion schemes library for Haskell with no dependencies
category: Control, Recursion
build-type: Simple
extra-source-files:
cabal.project.local
extra-doc-files: README.md
CHANGELOG.md

source-repository head
type: darcs
location: https://hub.darcs.net/vmchale/recursion

flag development
description:
Enable `-Werror`
default: False
manual: True

library
exposed-modules:
Control.Recursion
hs-source-dirs: src
default-language: Haskell2010
other-extensions: MultiParamTypeClasses KindSignatures
DeriveFunctor FlexibleInstances FlexibleContexts
ghc-options: -Wall
build-depends:
base >=4.8 && <5

if flag(development)
ghc-options: -Werror

if impl(ghc >=8.0)
ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -Wnoncanonical-monad-instances

if impl(ghc >=8.4)
ghc-options: -Wmissing-export-lists
1 change: 1 addition & 0 deletions recursion/0.1.0.0/recursion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"eb1b83b6abc2e81bd3993afeedd6083d","Skein512_512":"eec4c120b74149e46ad102f86797296a1279133f86880d9017d146f0970c5b10931d7bf3dc3d59ca3e14a2cf4c6e758877fb0eef2f137fe0a4bc20af7cc97c55","SHA1":"4d50d009309e670b54167bce84103273f78da784","SHA512":"3fdf5ea656474db72b6750b55f54e950ce55417cb9ee24ab33b07a2a6650e04ddda92618d89dcbd54d2adefb185cf006cc4840cd35992a26410775fb1853f7b9","SHA256":"3a0e3bc911373819f027b05fbf1ba0dbd675a726a927e240afe4d00514b3b8ca"},"package-locations":["https://hackage.haskell.org/package/recursion-0.1.0.0/recursion-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/recursion-0.1.0.0.tar.gz"],"package-size":3562}

0 comments on commit 62ad264

Please sign in to comment.