diff options
author | Joshua Rahm <joshua.rahm@colorado.edu> | 2014-03-18 23:52:40 -0600 |
---|---|---|
committer | Joshua Rahm <joshua.rahm@colorado.edu> | 2014-03-18 23:52:40 -0600 |
commit | 62fa8f93990f6aedaae8242fdde6bba44e434f5f (patch) | |
tree | d4d33f3bde43ee70b5247d9f91a3a1fc2c98552b /jora2470_hw8.cabal | |
download | earths-ring-62fa8f93990f6aedaae8242fdde6bba44e434f5f.tar.gz earths-ring-62fa8f93990f6aedaae8242fdde6bba44e434f5f.tar.bz2 earths-ring-62fa8f93990f6aedaae8242fdde6bba44e434f5f.zip |
initial commit
Diffstat (limited to 'jora2470_hw8.cabal')
-rw-r--r-- | jora2470_hw8.cabal | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jora2470_hw8.cabal b/jora2470_hw8.cabal new file mode 100644 index 0000000..1fc9ffc --- /dev/null +++ b/jora2470_hw8.cabal @@ -0,0 +1,21 @@ +-- Initial jora2470_hw2.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: homework8 +version: 0.1.0.0 +-- synopsis: +-- description: +-- license: +license-file: LICENSE +author: Josh Rahm +maintainer: joshuarahm@gmail.com +-- copyright: +-- category: +build-type: Simple +cabal-version: >=1.8 + +executable jora2470_hw8 + main-is: Hw8.hs + extensions: FlexibleInstances + -- other-modules: + build-depends: setters, base, OpenGL, bytestring, array, SDL, random, OpenGLRaw, AC-Angle, deepseq, containers, SDL-image |