Skip to content

Commit

Permalink
Relax vector-space dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
leftaroundabout committed Oct 31, 2017
1 parent 3467558 commit 1b076b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linearmap-category.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library
Math.VectorSpace.Docile
other-extensions: FlexibleInstances, UndecidableInstances, FunctionalDependencies, TypeOperators, TypeFamilies
build-depends: base >=4.8 && <5,
vector-space >=0.11 && <0.12,
vector-space >=0.11 && <0.13,
constrained-categories >=0.3 && <0.4,
containers, vector,
tagged,
Expand Down

0 comments on commit 1b076b2

Please sign in to comment.