-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 8ba9cf12795b26fa199a0b74560d1d13c2ee2f1c686baed377ef3127ff1d9789 name: ocaml-export version: 0.7.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 flag servant-spec description: Test ocaml-export against a servant server. Internal test use only. manual: True default: False library hs-source-dirs: src ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wredundant-constraints -fprint-potential-instances build-depends: QuickCheck , aeson , base >=4.7 && <5 , bytestring , containers , directory , file-embed , filepath , formatting , hspec , 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 -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints 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 if flag(servant-spec) cpp-options: -DSERVANT_SPEC other-modules: Dependency File FileApp Options Product ProductApp Sum SumApp Util Paths_ocaml_export default-language: Haskell2010