Skip to content

Commit

Permalink
Remove eigen dependency until upstream fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorySchwartz committed Aug 8, 2019
1 parent 52b4b97 commit 7a390b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion birch-beer.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: birch-beer
version: 0.1.4.2
version: 0.1.4.4
synopsis: Plot a colorful tree.
description: Generate a tree for displaying a hierarchy of groups with colors, scaling, and more.
homepage: http://github.com/GregorySchwartz/birch-beer#readme
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ packages:
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps:
- spectral-clustering-0.3.0.4
- hierarchical-spectral-clustering-0.4.0.2
- modularity-0.2.1.0
- spectral-clustering-0.3.1.1
- hierarchical-spectral-clustering-0.4.1.2
- modularity-0.2.1.1
- SVGFonts-1.6.0.3
- clustering-0.4.0
- cubicbezier-0.6.0.5
Expand All @@ -57,7 +57,7 @@ extra-deps:
- diagrams-svg-1.4.2
- diversity-0.8.1.0
- dual-tree-0.2.1.1
- eigen-3.3.4.1
# - eigen-3.3.4.1
- fast-math-1.0.2
- fasta-0.10.4.2
- gio-0.13.4.1
Expand Down

0 comments on commit 7a390b6

Please sign in to comment.