name: Pastecan version: 0.1.0.0 -- synopsis: -- description: homepage: https://github.com/githubuser/servant#readme license: MIT author: Oliver Marks maintainer: osmarks@protonmail.com copyright: 2017 Oliver Marks category: Web build-type: Simple extra-source-files: README.md cabal-version: >=1.10 executable pastecan hs-source-dirs: src main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.7 && < 5 , servant , servant-server , persistent , persistent-template , persistent-sqlite , wai , warp , mtl , aeson , containers , string-conversions , monad-logger , pwstore-fast , text , bytestring default-language: Haskell2010 other-modules: Model , API , Config , PasteType