gdritter repos lucien / master lucien.cabal
master

Tree @master (Download .tar.gz)

lucien.cabal @masterraw · history · blame

name: lucien
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
author: Getty Ritter <gettylefou@gmail.com>
maintainer: Getty Ritter <gettylefou@gmail.com>
copyright: @2018 Getty Ritter
-- category:
build-type: Simple
cabal-version: >=1.14

executable lucien
  hs-source-dirs: src
  main-is: Main.hs
  default-language: Haskell2010
  default-extensions: ScopedTypeVariables
  ghc-options: -Wall
  build-depends: base >=4.7 && <5
               , wai
               , warp
               , http-types
               , text
               , aeson