Added cabal file

This commit is contained in:
Nishant Shukla 2014-07-06 11:01:12 -04:00
parent 206ab670d4
commit fc4c5d7ae7
2 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,25 @@
-- Initial Code1105.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Code1105
version: 0.1.0.0
synopsis: Plotting
-- description:
homepage: haskelldata.com
license: GPL-2
license-file: ../LICENSE
author: Nishant Shukla
maintainer: nick722@gmail.com
-- copyright:
category: Graphics
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable Code1105
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7, easyplot >=1.0 && <1.1, csv >=0.1 && <0.2
-- hs-source-dirs:
default-language: Haskell2010

View File

@ -2,4 +2,4 @@ default:
cabal install --bindir=./
clean:
rm -rf dist Setup.hs Code0101 *~
rm -rf dist Setup.hs Code1105 *~