name: elm-hybrid version: 0.1.3.0 synopsis: Combine Elm with Haskell for data based applications description: Generate your basic elm types based on Haskell data homepage: https://gitlab.com/paramander/elm-hybrid license: BSD3 license-file: LICENSE author: Paramander maintainer: mats@paramander.com copyright: 2016 Paramander category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Elm , Elm.Decoder , Elm.Encoder , Elm.Record other-modules: Elm.Types , Elm.Helpers build-depends: base >= 4.7 && < 5 , text , time , split , filepath , directory default-language: Haskell2010 test-suite elm-hybrid-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , elm-hybrid ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://gitlab.com/paramander/elm-hybrid