packages feed

Cabal revisions of find-clumpiness-0.2.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                find-clumpiness-version:             0.2.0.1-synopsis:            Find the clumpiness of labels in a tree-description:         Please see README.md-homepage:            http://github.com/GregorySchwartz/find-clumpiness#readme-license:             GPL-2-license-file:        LICENSE-author:              Gregory W. Schwartz-maintainer:          gregory.schwartz@drexel.edu-copyright:           Copyright 2015 Gregory W. Schwartz-category:            Math-build-type:          Simple--- extra-source-files:-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Types-                     , LineageConvert-                     , TreeTransform-                     , Print-  build-depends:       base >= 4.7 && < 5-                     , clumpiness-                     , tree-fun-                     , containers-                     , unordered-containers-                     , vector-                     , text-                     , text-show-                     , aeson-  default-language:    Haskell2010--executable find-clumpiness-  hs-source-dirs:      app-  main-is:             Main.hs-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N -O2-  build-depends:       base-                     , find-clumpiness-                     , clumpiness-                     , tree-fun-                     , containers-                     , unordered-containers-                     , aeson-                     , text-                     , bytestring-                     , optparse-applicative-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/GregorySchwartz/find-clumpiness+name:                find-clumpiness
+version:             0.2.0.1
+x-revision: 1
+synopsis:            Find the clumpiness of labels in a tree
+description:         Please see README.md
+homepage:            http://github.com/GregorySchwartz/find-clumpiness#readme
+license:             GPL-2
+license-file:        LICENSE
+author:              Gregory W. Schwartz
+maintainer:          gregory.schwartz@drexel.edu
+copyright:           Copyright 2015 Gregory W. Schwartz
+category:            Math
+build-type:          Simple
+-- extra-source-files:
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Types
+                     , LineageConvert
+                     , TreeTransform
+                     , Print
+  build-depends:       base >= 4.7 && < 5
+                     , clumpiness
+                     , tree-fun
+                     , containers
+                     , unordered-containers
+                     , vector
+                     , text
+                     , text-show
+                     , aeson
+  default-language:    Haskell2010
+
+executable find-clumpiness
+  hs-source-dirs:      app
+  main-is:             Main.hs
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N -O2
+  build-depends:       base
+                     , find-clumpiness
+                     , clumpiness
+                     , tree-fun
+                     , containers
+                     , unordered-containers
+                     , aeson
+                     , text
+                     , bytestring
+                     , optparse-applicative < 0.13
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/GregorySchwartz/find-clumpiness