Skip to content

Commit

Permalink
Update from Hackage at 2021-02-05T17:13:16Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 5, 2021
1 parent a7afea7 commit 5ad244e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
68 changes: 68 additions & 0 deletions data-fix/0.3.1/data-fix.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
Name: data-fix
Version: 0.3.1
Cabal-Version: >= 1.10
License: BSD3
License-file: LICENSE
Author: Anton Kholomiov, Edward Kmett, Oleg Grenrus
Maintainer: <anton.kholomiov@gmail.com>
Category: Data
Synopsis: Fixpoint data types
Build-Type: Simple
Description:
Fixpoint types and recursion schemes. If you define your AST as
fixpoint type, you get fold and unfold operations for free.
.
Thanks for contribution to: Matej Kollar, Herbert Valerio Riedel

Stability: Experimental

Homepage: https://github.com/spell-music/data-fix
Bug-Reports: https://github.com/spell-music/data-fix/issues

Tested-With:
GHC ==7.2.2
|| ==7.4.2
|| ==7.6.3
|| ==7.8.4
|| ==7.10.3
|| ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.3
|| ==8.10.1

extra-source-files:
CHANGELOG.md

Source-repository head
Type: git
Location: https://github.com/spell-music/data-fix

library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
exposed-modules: Data.Fix

if impl(ghc >=8.0)
ghc-options: -Wno-trustworthy-safe

if impl(ghc >=8.4)
ghc-options:
-Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -Widentities -Wmissing-export-lists

build-depends:
base >=4.4 && <4.16
, deepseq >=1.3.0.0 && <1.5
, hashable >=1.2.7.0 && <1.4

if impl(ghc <7.6)
-- for GHC.Generics
build-depends: ghc-prim

if !impl(ghc >=8.0)
build-depends:
transformers >=0.3 && <0.6
, transformers-compat >=0.6.5 && <0.7
1 change: 1 addition & 0 deletions data-fix/0.3.1/data-fix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"41704c1ec098c906f18d3ca62c4baf89","Skein512_512":"9a35210a17798109af326192ad586ba2e344aaa9b7fcdf83dfa1387e753edde3337d00897344836b69853d64bca1071afaeaeb582803bdfc999646ec0731c472","SHA1":"ec8c210621e443a702d53b01d9103488de170deb","SHA512":"21eb328137a6e4d52a79c73c351e5a89f04747a5ed8188664408ce0aa544a57ab731e267d1d408bbac047ec6a2e9f73232e42e6aa45fcebf7204b6349eec9143","SHA256":"9b45c040472922c197bb33190197b5895afac6318203b2afb30251d4df8bcc79"},"package-locations":["https://hackage.haskell.org/package/data-fix-0.3.1/data-fix-0.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/data-fix-0.3.1.tar.gz"],"package-size":5520}

0 comments on commit 5ad244e

Please sign in to comment.