packages feed

jmonkey-0.1.0.0: jmonkey.cabal

cabal-version: 1.12

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

name:           jmonkey
version:        0.1.0.0
description:    Please see the README on GitHub at <https://github.com/opyapeus/jmonkey#readme>
homepage:       https://github.com/opyapeus/jmonkey#readme
bug-reports:    https://github.com/opyapeus/jmonkey/issues
author:         peus
maintainer:     opyapeus@gmail.com
copyright:      2018 peus
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/opyapeus/jmonkey

library
  exposed-modules:
      JMonkey
      JMonkey.Action
      JMonkey.Data
      JMonkey.Interpreter
  other-modules:
      Paths_jmonkey
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , casing
    , free
    , jmacro
  default-language: Haskell2010

executable jmonkey-example-exe
  main-is: Main.hs
  other-modules:
      Data.Gender
      Data.Person
      Data.Selector
      Data.ToAttribute
      Frontend.Css
      Frontend.Html
      Frontend.Js
      Paths_jmonkey
  hs-source-dirs:
      example
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , casing
    , clay
    , free
    , http-types
    , jmacro
    , jmonkey
    , lucid
    , text
    , wai
    , warp
  default-language: Haskell2010

test-suite jmonkey-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_jmonkey
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , casing
    , free
    , jmacro
    , jmonkey
  default-language: Haskell2010