cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 301ed4c6277166825ece93357a0ba2513d50ae09b76e02dbaaa0b76195df45b2 name: reason-export version: 0.1.2.0 synopsis: Generate Reason types from Haskell description: Please see the README on GitHub at category: Web homepage: https://github.com/abarbu/reason-export#readme bug-reports: https://github.com/abarbu/reason-export/issues author: Andrei Barbu maintainer: andrei@0xab.com copyright: 2019 Andrei Barbu license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md test/CommentDecoder.re test/CommentDecoderWithOptions.re test/CommentEncoder.re test/CommentEncoderWithOptions.re test/CommentType.re test/CommentTypeWithOptions.re test/FavoritePlacesType.re test/MonstrosityDecoder.re test/MonstrosityEncoder.re test/MonstrosityType.re test/PositionDecoder.re test/PositionEncoder.re test/PositionType.re test/PostDecoder.re test/PostDecoderWithOptions.re test/PostEncoder.re test/PostEncoderWithOptions.re test/PostType.re test/PostTypeWithOptions.re test/ShadowingDecoder.re test/ShadowingEncoder.re test/ShadowingType.re test/TimingDecoder.re test/TimingEncoder.re test/TimingType.re test/TwoArg.re test/TwoArgDecoder.re test/TwoArgEncoder.re test/UnitDecoder.re test/UnitEncoder.re test/UnitType.re test/UselessDecoder.re test/UselessEncoder.re test/UselessType.re test/WrapperDecoder.re test/WrapperEncoder.re test/WrapperType.re source-repository head type: git location: https://github.com/abarbu/reason-export library exposed-modules: Reason other-modules: Reason.Common Reason.Decoder Reason.Encoder Reason.File Reason.Record Reason.Type Paths_reason_export hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , bytestring , containers , directory , formatting , hashable , mtl , text , time , wl-pprint-text default-language: Haskell2010 test-suite reason-export-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: ExportSpec Paths_reason_export hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: Diff , HUnit , QuickCheck , base >=4.7 && <5 , bytestring , containers , hashable , hspec , hspec-core , quickcheck-instances , reason-export , text , time default-language: Haskell2010