parent
781a1e93de
commit
5e5fc410f7
@ -1 +1,2 @@
|
||||
/data-fix-0.2.1.tar.gz
|
||||
/data-fix-0.3.0.tar.gz
|
||||
|
@ -1,35 +0,0 @@
|
||||
Name: data-fix
|
||||
Version: 0.2.1
|
||||
x-revision: 1
|
||||
Cabal-Version: >= 1.10
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
Author: Anton Kholomiov
|
||||
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/anton-k/data-fix
|
||||
Bug-Reports: https://github.com/anton-k/data-fix/issues
|
||||
|
||||
Source-repository head
|
||||
Type: git
|
||||
Location: https://github.com/anton-k/data-fix
|
||||
|
||||
Library
|
||||
Default-Language: Haskell2010
|
||||
Build-depends: base >= 4.8, base < 5
|
||||
Hs-source-dirs: src/
|
||||
|
||||
ghc-options: -Wall
|
||||
|
||||
Exposed-modules:
|
||||
Data.Fix
|
@ -1 +1 @@
|
||||
SHA512 (data-fix-0.2.1.tar.gz) = 5dd025f2f5688e9538ad8c6a938b2314efb2da5bec7fe5bf7fa8015713f38d490fd92ad08f4f09cac6d6c6a8fb69d663935aeb3b1853e5a04aa71a0f11743fb8
|
||||
SHA512 (data-fix-0.3.0.tar.gz) = 2fa2458a765ce0cf08d8907d523d744a69d0865260c2078dd5cfd5b0d3f1420a9bc2b9bc4795e0864884ae869a730233a268be6a1d17bc50a737a4704a4f06f6
|
||||
|
Loading…
Reference in new issue