Skip to content

Commit

Permalink
Update from Hackage at 2015-10-04T15:17:45+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Commercial Haskell all-cabal-hashes Travis job committed Oct 4, 2015
1 parent 74c8540 commit 5cf08cc
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
53 changes: 53 additions & 0 deletions treeviz/2.0.2/treeviz.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: treeviz
version: 2.0.2
cabal-version: >=1.8
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright (c) 2013 David Banas; all rights reserved World wide.
maintainer: capn.freako@gmail.com
stability: Development
homepage: http://www.haskell.org/haskellwiki/Treeviz
synopsis: Visualization of computation decomposition trees.
description: This Haskell package provides some tools for visualizing the decomposition
of different divide and conquer algorithms.
category: Algorithm Visualization
author: David B. Banas
tested-with: GHC ==7.8.4
data-dir: ""
extra-source-files: README TODO

source-repository head
type: git
location: git://github.com/capn-freako/treeviz.git

source-repository this
type: git
location: git://github.com/capn-freako/treeviz.git
tag: v1.0.1

library
build-depends: QuickCheck -any, base >=2 && <5, containers -any,
mtl -any, random -any
exposed-modules: Data.Newtypes.PrettyDouble Data.Tree.LogTree2
exposed: True
buildable: True
cpp-options: -DMAIN_FUNCTION=testMain
hs-source-dirs: src

executable treeviz
build-depends: QuickCheck -any, base >=2 && <5, containers -any,
mtl -any, random -any
main-is: Main.hs
buildable: False
hs-source-dirs: src
other-modules: Data.Tree.LogTreeUtil Data.Tree.LogTrees.FFTTree

test-suite test-treeviz
build-depends: QuickCheck -any, base >=2 && <5, containers -any,
mtl -any, random -any
type: exitcode-stdio-1.0
main-is: Main.hs
buildable: False
cpp-options: -DMAIN_FUNCTION=testMain2
hs-source-dirs: src
1 change: 1 addition & 0 deletions treeviz/2.0.2/treeviz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"1e522c666dc6fc86b6e538e9c975eafb","Skein512_512":"ffbc18539237a421bf0c12f5be3e986bdadacc3e9c1e9fe4b6a78923e51dfd70d92ac6dc72e01ef93e6c069261720ec9893b92b5f6d595360117f9ebb5a6ef38","SHA1":"8a66373f1d20a1deba6e7eace4105f685442996e","SHA512":"7f6fe80ec807326e28f53284979ece2b22356d84f8f755d1650185db896c5b289ea252350b754ec9b4b22b4de9cdde00f5dd5946472889ddc07eccd547843814","SHA256":"9c54778511c6465bdb493d41737b78ad28ed9001dd881feca6a064574aaa49a4"},"package-locations":["https://hackage.haskell.org/package/treeviz-2.0.2/treeviz-2.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/treeviz-2.0.2.tar.gz"],"package-size":9422}

0 comments on commit 5cf08cc

Please sign in to comment.