name: ntype version: 0.1.0.0 synopsis: N-ary sum/product types license: BSD3 license-file: LICENSE author: Vladislav Zavialov maintainer: Vladislav Zavialov category: Data build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: NType build-depends: base >=4.9 && <5 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall