haskell-linear: update to version 1.6
This commit is contained in:
parent
3b21991fdd
commit
ab713366f2
@ -1,16 +1,17 @@
|
|||||||
{ cabal, binary, distributive, doctest, filepath, hashable, HUnit
|
{ cabal, adjunctions, binary, distributive, doctest, filepath
|
||||||
, lens, reflection, semigroupoids, semigroups, simpleReflect
|
, hashable, HUnit, lens, reflection, semigroupoids, semigroups
|
||||||
, tagged, testFramework, testFrameworkHunit, transformers
|
, simpleReflect, tagged, testFramework, testFrameworkHunit
|
||||||
, unorderedContainers, vector
|
, transformers, unorderedContainers, vector, void
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "linear";
|
pname = "linear";
|
||||||
version = "1.4";
|
version = "1.6";
|
||||||
sha256 = "1a2l68q0l2vlp4wpf5wqvpnag326s38k2ifh8hcfczjhsg9cq45a";
|
sha256 = "1aka0da4mwv9cdj76armlava0d4c5f8s2pv10fk6b5glyb0c1a7x";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary distributive hashable reflection semigroupoids semigroups
|
adjunctions binary distributive hashable lens reflection
|
||||||
tagged transformers unorderedContainers vector
|
semigroupoids semigroups tagged transformers unorderedContainers
|
||||||
|
vector void
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
binary doctest filepath HUnit lens simpleReflect testFramework
|
binary doctest filepath HUnit lens simpleReflect testFramework
|
||||||
|
Loading…
x
Reference in New Issue
Block a user