mirror of
https://github.com/BinRoot/Haskell-Data-Analysis-Cookbook.git
synced 2024-11-20 17:58:39 +03:00
Added cabal file
This commit is contained in:
parent
206ab670d4
commit
fc4c5d7ae7
25
Ch11/Code05_plot/Code1105.cabal
Normal file
25
Ch11/Code05_plot/Code1105.cabal
Normal 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
|
@ -2,4 +2,4 @@ default:
|
|||||||
cabal install --bindir=./
|
cabal install --bindir=./
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf dist Setup.hs Code0101 *~
|
rm -rf dist Setup.hs Code1105 *~
|
||||||
|
Loading…
Reference in New Issue
Block a user