Haskell-Data-Analysis-Cookbook/Ch05/Code06_height/Code0506.cabal
2014-06-13 00:33:05 -04:00

25 lines
797 B
Plaintext

-- Initial Code0406.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Code0506
version: 0.1.0.0
synopsis: Calculating height of tree.
-- 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
executable Code0506
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7, containers >=0.5 && <0.6
-- hs-source-dirs:
default-language: Haskell2010