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