haskell-linear: update to version 1.6

This commit is contained in:
Peter Simons 2014-01-30 08:32:53 +01:00
parent 3b21991fdd
commit ab713366f2

View File

@ -1,16 +1,17 @@
{ cabal, binary, distributive, doctest, filepath, hashable, HUnit
, lens, reflection, semigroupoids, semigroups, simpleReflect
, tagged, testFramework, testFrameworkHunit, transformers
, unorderedContainers, vector
{ cabal, adjunctions, binary, distributive, doctest, filepath
, hashable, HUnit, lens, reflection, semigroupoids, semigroups
, simpleReflect, tagged, testFramework, testFrameworkHunit
, transformers, unorderedContainers, vector, void
}:
cabal.mkDerivation (self: {
pname = "linear";
version = "1.4";
sha256 = "1a2l68q0l2vlp4wpf5wqvpnag326s38k2ifh8hcfczjhsg9cq45a";
version = "1.6";
sha256 = "1aka0da4mwv9cdj76armlava0d4c5f8s2pv10fk6b5glyb0c1a7x";
buildDepends = [
binary distributive hashable reflection semigroupoids semigroups
tagged transformers unorderedContainers vector
adjunctions binary distributive hashable lens reflection
semigroupoids semigroups tagged transformers unorderedContainers
vector void
];
testDepends = [
binary doctest filepath HUnit lens simpleReflect testFramework