Skip to content

Commit

Permalink
Init cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
kirel committed Sep 13, 2014
1 parent 1146f58 commit 3b7def5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
24 changes: 24 additions & 0 deletions detexify-hs-backend.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
-- Initial detexify-hs-backend.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: detexify-hs-backend
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
license-file: LICENSE
author: Daniel Kirsch
maintainer: danishkirel@gmail.com
-- copyright:
-- category:
build-type: Simple
extra-source-files: README
cabal-version: >=1.10

executable detexify-hs-backend
main-is: Webserver.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8, containers >=0.5 && <0.6, array >=0.5 && <0.6, scotty ==0.9.0, mtl ==2.1.3.1, stm ==2.4.3, http-types ==0.8.5, aeson ==0.8.0.0
-- hs-source-dirs:
default-language: Haskell2010

0 comments on commit 3b7def5

Please sign in to comment.