name: hs2ps version: 0.1.0.0 license: MIT author: "William Rusnack" maintainer: "williamrusnack@gmail.com" extra-source-files: - README.md - ChangeLog.md - stack.yaml - stack.yaml.lock - package.yaml - LICENSE # Metadata used when publishing your package synopsis: Translate Haskell types to PureScript # category: Web # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. description: Please see the README on BitBucket at dependencies: - base >= 4.7 && < 5 - template-haskell >= 2.14.0.0 && < 3 default-extensions: - BlockArguments - DataKinds - DefaultSignatures - FlexibleContexts - FlexibleInstances - KindSignatures - LambdaCase - ScopedTypeVariables - TemplateHaskell - TypeApplications - TypeOperators - TypeSynonymInstances library: source-dirs: src tests: hs2ps-types-test: main: Spec.hs source-dirs: test ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - hs2ps - hspec