scotty-test/scotty-example.cabal

26 lines
710 B
Plaintext
Raw Normal View History

2018-06-24 12:40:30 +00:00
-- Initial scotty-example.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: scotty-example
version: 0.1.0.0
-- synopsis:
-- description:
license: GPL-2
license-file: LICENSE
author: Julian Ospald
maintainer: hasufell@posteo.de
-- copyright:
-- category:
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable scotty-example
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.10,
scotty
hs-source-dirs: src
default-language: Haskell2010