ocaml-export-0.6.0.0: ocaml-export.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1958ab6ed0c01872336472224fcf702904c8cfb26230a75529ea37b5ab11a6d4
name: ocaml-export
version: 0.6.0.0
synopsis: Convert Haskell types in OCaml types
description: Use GHC.Generics and Typeable to convert Haskell types to OCaml types. Convert aeson serialization to ocaml.
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:
QuickCheck
, aeson
, base >=4.7 && <5
, bytestring
, containers
, directory
, file-embed
, filepath
, formatting
, hspec-golden-aeson >=0.4.0.0
, mtl
, quickcheck-arbitrary-adt
, servant
, servant-server
, split
, template-haskell <2.12.0.0
, text
, 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:
Paths_ocaml_export
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
QuickCheck
, aeson
, base >=4.7 && <5
, bytestring
, containers
, directory
, filepath
, hspec
, hspec-golden-aeson >=0.4.0.0
, ocaml-export
, process
, quickcheck-arbitrary-adt
, servant
, servant-server
, template-haskell <2.12.0.0
, text
, time
, typelits-witnesses
, wai
, wai-extra
, warp
other-modules:
Dependency
File
FileApp
Options
Product
ProductApp
Sum
SumApp
Util
Paths_ocaml_export
default-language: Haskell2010