cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 7829c6b564fa7dabb23aaa7a72f07eb3d8ce2a025eb7a25690c6732ffaa758c5 name: hs2ps version: 0.1.3.0 synopsis: Translate Haskell types to PureScript description: Please see the README on BitBucket at category: PureScript homepage: https://bitbucket.org/william_rusnack/hs2ps bug-reports: https://bitbucket.org/william_rusnack/hs2ps/issues author: William Rusnack maintainer: williamrusnack@gmail.com license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md stack.yaml stack.yaml.lock package.yaml LICENSE library exposed-modules: Type.HS2PS other-modules: Paths_hs2ps hs-source-dirs: src default-extensions: BlockArguments DataKinds DefaultSignatures FlexibleContexts FlexibleInstances KindSignatures LambdaCase ScopedTypeVariables TemplateHaskell TypeApplications TypeOperators TypeSynonymInstances build-depends: base >=4.7 && <5 , template-haskell >=2.14.0.0 && <3 default-language: Haskell2010 test-suite hs2ps-types-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Test.Types Type.HS2PSSpec Paths_hs2ps hs-source-dirs: test default-extensions: BlockArguments DataKinds DefaultSignatures FlexibleContexts FlexibleInstances KindSignatures LambdaCase ScopedTypeVariables TemplateHaskell TypeApplications TypeOperators TypeSynonymInstances ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , hs2ps , hspec , template-haskell >=2.14.0.0 && <3 default-language: Haskell2010