phybin 0.1.2 → 0.1.2.1
raw patch · 2 files changed
+14/−7 lines, 2 files
Files
- Bio/Phylogeny/PhyBin/Main.hs +3/−3
- phybin.cabal +11/−4
Bio/Phylogeny/PhyBin/Main.hs view
@@ -44,16 +44,16 @@ -- For vizualization: import Data.Graph.Inductive as G hiding (run) -import Data.GraphViz as Gv hiding (Label) +import Data.GraphViz as Gv hiding (Label, toLabel) import qualified Data.Graph.Inductive as G -import qualified Data.GraphViz as Gv+import qualified Data.GraphViz as Gv --import Data.Graph.Inductive.Query.DFS import Text.PrettyPrint.HughesPJClass hiding (char, Style) import Debug.Trace -phybin_version = "0.1.2" -- NOTE: Remember to keep me in sync with the .cabal file+phybin_version = "0.1.2.1" -- NOTE: Remember to keep me in sync with the .cabal file ---------------------------------------------------------------------------------------------------- -- Type definitions
phybin.cabal view
@@ -1,11 +1,14 @@ Name: phybin-Version: 0.1.2+Version: 0.1.2.1 License: BSD3 License-file: LICENSE Stability: Beta Author: Ryan Newton <rrnewton@gmail.com> Maintainer: Ryan Newton <rrnewton@gmail.com>-homepage: http://code.haskell.org/phybin++-- homepage: http://code.haskell.org/phybin+homepage: http://people.csail.mit.edu/newton/phybin/+ Copyright: Copyright (c) 2010 Ryan Newton Synopsis: Utility for binning phylogenetic trees in Newick format. Description: @@ -19,8 +22,12 @@ build-type: Simple source-repository head- type: darcs- location: http://code.haskell.org/phybin/repo/+ type: git+ location: git://github.com/rrnewton/PhyBin.git+-- location: https://github.com/rrnewton/PhyBin+--+ -- type: darcs+ -- location: http://code.haskell.org/phybin/repo/ Executable phybin Main-is: Bio/Phylogeny/PhyBin/Main.hs