Haskell-Data-Analysis-Cookbook/Ch05/Code06_height/Code0506.cabal

25 lines
797 B
Plaintext
Raw Normal View History

2014-06-13 08:32:14 +04:00
-- Initial Code0406.cabal generated by cabal init. For further
2014-06-13 07:49:44 +04:00
-- documentation, see http://haskell.org/cabal/users-guide/
2014-06-13 08:32:14 +04:00
name: Code0506
2014-06-13 07:49:44 +04:00
version: 0.1.0.0
2014-06-13 08:32:14 +04:00
synopsis: Calculating height of tree.
2014-06-13 07:49:44 +04:00
-- description:
homepage: haskelldata.com
license: GPL-2
license-file: ../LICENSE
author: Nishant Shukla
maintainer: nick722@gmail.com
-- copyright:
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
2014-06-13 08:32:14 +04:00
executable Code0506
2014-06-13 07:49:44 +04:00
main-is: Main.hs
-- other-modules:
-- other-extensions:
2014-06-13 08:32:14 +04:00
build-depends: base >=4.6 && <4.7, containers >=0.5 && <0.6
2014-06-13 07:49:44 +04:00
-- hs-source-dirs:
default-language: Haskell2010