gdritter repos inf-dict / master inf-dict.cabal
master

Tree @master (Download .tar.gz)

inf-dict.cabal @masterraw · history · blame

name:             inf-dict
version:          1.0.4
-- synopsis:
-- description:
license:          BSD3
license-file:     LICENSE
author:           Getty Ritter <gettylefou@gmail.com>
maintainer:       Getty Ritter <gettylefou@gmail.com>
copyright:        ©2016 Getty Ritter
-- category:
build-type:       Simple
cabal-version:    >= 1.12

executable inf-dict
  hs-source-dirs:      src
  main-is:             Main.hs
  other-modules:       Types, Render, Markup
  default-extensions:  OverloadedStrings,
                       ScopedTypeVariables
  ghc-options:         -Wall
  build-depends:       base >=4.7 && <5,
                       Spock >=0.10,
                       lucid,
                       sqlite-simple,
                       text,
                       errors,
                       aeson,
                       transformers,
                       http-types,
                       wai-middleware-static,
                       megaparsec
  default-language:    Haskell2010