diff --git a/Ch11/Code05_plot/Code1105.cabal b/Ch11/Code05_plot/Code1105.cabal new file mode 100644 index 0000000..a55f368 --- /dev/null +++ b/Ch11/Code05_plot/Code1105.cabal @@ -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 \ No newline at end of file diff --git a/Ch11/Code05_plot/Makefile b/Ch11/Code05_plot/Makefile index af4432a..d918cc8 100644 --- a/Ch11/Code05_plot/Makefile +++ b/Ch11/Code05_plot/Makefile @@ -2,4 +2,4 @@ default: cabal install --bindir=./ clean: - rm -rf dist Setup.hs Code0101 *~ + rm -rf dist Setup.hs Code1105 *~