tree-features: 052d160a71041364e3f4a8af0baf570dd1801373

     1: -- Initial TreeFeatures.cabal generated by cabal init.  For further 
     2: -- documentation, see http://haskell.org/cabal/users-guide/
     3: 
     4: name:                TreeFeatures
     5: version:             0.1.0.0
     6: synopsis:            Feature extraction for tree structured data
     7: -- description:         
     8: homepage:            http://chriswarbo.net/essays/repos/tree-features.html
     9: license:             GPL-3
    10: license-file:        LICENSE
    11: author:              Chris Warburton
    12: maintainer:          chriswarbo@gmail.com
    13: -- copyright:           
    14: category:            MachineLearning
    15: build-type:          Simple
    16: extra-source-files:  README
    17: cabal-version:       >=1.10
    18: 
    19: executable TreeFeatures
    20:   main-is:             Main.hs
    21:   -- other-modules:       
    22:   -- other-extensions:    
    23:   build-depends:       base >=4.7
    24:                      , xml >=1.3 && <1.4
    25:                      , MissingH
    26:                      , parsec
    27:                      , atto-lisp
    28:                      , stringable
    29:                      , bytestring
    30:                      , attoparsec
    31:   hs-source-dirs:      src
    32:   default-language:    Haskell2010
    33: 
    34: test-suite test
    35:   default-language:    Haskell2010
    36:   type:                exitcode-stdio-1.0
    37:   hs-source-dirs:      test, src
    38:   main-is:             Main.hs
    39:   build-depends:       base >=4.7
    40:                      , xml >=1.3 && <1.4
    41:                      , MissingH
    42:                      , parsec
    43:                      , QuickCheck
    44:                      , directory
    45:                      , atto-lisp
    46:                      , stringable
    47:                      , bytestring
    48:                      , attoparsec
    49:                      , tasty >= 0.7
    50:                      , tasty-quickcheck

Generated by git2html.