packages feed

reason-export-0.1.0.0: reason-export.cabal

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: 06d199b5f88dc43f668e59c63a8b8ace8d65cb76a08af2fbf3edeb41d0ba624e

name:           reason-export
version:        0.1.0.0
synopsis:       Generate Reason types from Haskell
description:    Please see the README on GitHub at <https://github.com/abarbu/reason-export#readme>
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/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