Cabal revisions of curry-0.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: curry-version: 0.0.0.0-synopsis: Curry types--- description: -license: BSD3-license-file: LICENSE-author: M Farkas-Dyck-maintainer: m.farkasdyck@gmail.com--- copyright: -category: Data-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Data.Curry- -- other-modules: - -- other-extensions: - build-depends: base >=4.11 && <5- -- hs-source-dirs: - default-language: Haskell2010- default-extensions: PolyKinds- , DataKinds- , GADTs- , FlexibleInstances- , StandaloneDeriving+name: curry +version: 0.0.0.0 +x-revision: 1 +synopsis: Curry types +-- description: +license: BSD3 +license-file: LICENSE +author: M Farkas-Dyck +maintainer: m.farkasdyck@gmail.com +-- copyright: +category: Data +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Data.Curry + -- other-modules: + -- other-extensions: + build-depends: base >=4.11 && <5 + -- hs-source-dirs: + default-language: Haskell2010 + default-extensions: PolyKinds + , DataKinds + , GADTs + , FlexibleInstances + , StandaloneDeriving + +source-repository head + type: git + location: https://github.com/strake/curry.hs
revision 2
name: curry version: 0.0.0.0 -x-revision: 1 +x-revision: 2 synopsis: Curry types -- description: license: BSD3 license-file: LICENSE author: M Farkas-Dyck -maintainer: m.farkasdyck@gmail.com +maintainer: None -- copyright: category: Data build-type: Simple , GADTs , FlexibleInstances , StandaloneDeriving - -source-repository head - type: git - location: https://github.com/strake/curry.hs