packages feed

ocaml-export-0.1.0.0: ocaml-export.cabal

-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack

name:           ocaml-export
version:        0.1.0.0
synopsis:       Convert Haskell types in OCaml types
description:    README.md
category:       Web
homepage:       https://github.com/plow-technologies/ocaml-export#readme
bug-reports:    https://github.com/plow-technologies/ocaml-export/issues
author:         James M.C. Haver II
maintainer:     james.haver@plowtech.net
copyright:      2017 Plow Technologies
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/plow-technologies/ocaml-export

library
  hs-source-dirs:
      src
  ghc-options: -Wall -Wredundant-constraints -fprint-potential-instances
  build-depends:
      base >= 4.7 && < 5
    , aeson
    , bytestring
    , containers
    , directory
    , file-embed
    , filepath
    , formatting
    , hspec-golden-aeson >= 0.4.0.0
    , mtl
    , split
    , QuickCheck
    , quickcheck-arbitrary-adt
    , servant
    , servant-server
    , text
    , template-haskell
    , time
    , typelits-witnesses
    , wl-pprint-text
  exposed-modules:
      OCaml.Export
      OCaml.BuckleScript.Decode
      OCaml.BuckleScript.Encode
      OCaml.BuckleScript.Record
      OCaml.BuckleScript.Spec
      OCaml.BuckleScript.Types
      OCaml.Internal.Common
      OCaml.BuckleScript.Internal.Spec
      OCaml.BuckleScript.Internal.Module
      OCaml.BuckleScript.Internal.Package
  other-modules:
      OCaml.File
      Paths_ocaml_export
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -fprint-potential-instances
  build-depends:
      base
    , aeson
    , bytestring
    , constraints
    , containers
    , directory
    , filepath
    , hspec
    , hspec-golden-aeson
    , ocaml-export
    , process
    , QuickCheck
    , quickcheck-arbitrary-adt
    , servant
    , servant-server
    , template-haskell
    , text
    , time
    , wai
    , wai-extra
    , warp
    , typelits-witnesses
  other-modules:
      Dependency
      File
      FileApp
      Options
      Product
      ProductApp
      Sum
      SumApp
      Util
  default-language: Haskell2010