packages feed

typed-admin-0.1.0.0: typed-admin.cabal

cabal-version: 1.12

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

name:           typed-admin
version:        0.1.0.0
synopsis:       Admin console framework
description:    Please see the README on GitHub at <https://github.com/nakaji-dayo/typed-admin#readme>
category:       Web
homepage:       https://github.com/nakaji-dayo/typed-admin#readme
bug-reports:    https://github.com/nakaji-dayo/typed-admin/issues
author:         Daishi Nakajima
maintainer:     nakaji.dayo@gmail.com
copyright:      2018 Daishi Nakajima
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md
    templates/javascript/map.js

source-repository head
  type: git
  location: https://github.com/nakaji-dayo/typed-admin

flag example
  description: build example
  manual: True
  default: False

library
  exposed-modules:
      TypedAdmin
      TypedAdmin.Class
      TypedAdmin.Extra
      TypedAdmin.Instance
      TypedAdmin.Router
      TypedAdmin.Util
  other-modules:
      Paths_typed_admin
  hs-source-dirs:
      src
  build-depends:
      HDBC
    , HDBC-postgresql
    , HDBC-session
    , base >=4.7 && <5
    , blaze-markup
    , bytestring
    , data-default-class
    , exceptions
    , generic-lens >=1.1.0.0
    , heterocephalus
    , http-api-data
    , http-types
    , lucid
    , monad-control
    , mtl
    , persistable-record
    , relational-query
    , relational-query-HDBC
    , relational-record
    , template-haskell
    , text
    , time
    , transformers
    , transformers-base
    , unordered-containers
    , utf8-string
    , wai
    , wai-extra
    , warp
    , yaml
  default-language: Haskell2010

executable typed-admin-exe
  main-is: Main.hs
  other-modules:
      DataSource2
      Entity.Beer
      Entity.BeerImage
      Entity.Store
      Paths_typed_admin
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HDBC
    , HDBC-postgresql
    , HDBC-session
    , base >=4.7 && <5
    , blaze-markup
    , bytestring
    , data-default-class
    , exceptions
    , generic-lens >=1.1.0.0
    , heterocephalus
    , http-api-data
    , http-types
    , lens
    , lucid
    , monad-control
    , mtl
    , persistable-record
    , relational-query
    , relational-query-HDBC
    , relational-record
    , template-haskell
    , text
    , time
    , transformers
    , transformers-base
    , typed-admin
    , unordered-containers
    , utf8-string
    , wai
    , wai-extra
    , warp
    , yaml
  if !(flag(example))
    buildable: False
  default-language: Haskell2010