Skip to content

Commit

Permalink
Initial cabal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adinapoli committed Dec 4, 2013
1 parent 6bb1cd3 commit f39ff13
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.hsenv
Empty file added LICENSE
Empty file.
26 changes: 26 additions & 0 deletions SFML-control.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
-- Initial SFML-control.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: SFML-control
version: 0.1.0.0
synopsis: Higher level library on top of SFML
license: MIT
license-file: LICENSE
author: Alfredo Di Napoli
maintainer: alfredo.dinapoli@gmail.com
category: Graphics
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10

library
-- exposed-modules:
-- other-modules:
-- other-extensions:
build-depends:
base >= 4.6 && < 5,
SFML >= 0.2.0.0
hs-source-dirs:
src
default-language:
Haskell2010
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

0 comments on commit f39ff13

Please sign in to comment.