gdritter repos scrapboard / master scrapboard.cabal
master

Tree @master (Download .tar.gz)

scrapboard.cabal @masterraw · history · blame

name:                scrapboard
version:             0.1.0.0
-- synopsis:
-- description:
license:             BSD3
license-file:        LICENSE
author:              Getty Ritter
maintainer:          gettylefou@gmail.com
-- copyright:
-- category:
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

executable scrapboard
  main-is:             Main.hs
  default-extensions:  OverloadedStrings
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.8 && <5,
                       scotty,
                       sqlite-simple,
                       text,
                       lucid,
                       aeson
  hs-source-dirs:      src
  default-language:    Haskell2010