haskell-diagrams-lib: update to version 1.0
This commit is contained in:
parent
ba11016555
commit
9b89e3a47a
|
@ -1,15 +1,18 @@
|
||||||
{ cabal, active, colour, dataDefaultClass, diagramsCore, fingertree
|
{ cabal, active, colour, dataDefaultClass, diagramsCore, filepath
|
||||||
, intervals, monoidExtras, newtype, NumInstances, semigroups
|
, fingertree, intervals, lens, MemoTrie, monoidExtras, NumInstances
|
||||||
, vectorSpace
|
, optparseApplicative, safe, semigroups, tagged, vectorSpace
|
||||||
|
, vectorSpacePoints
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "diagrams-lib";
|
pname = "diagrams-lib";
|
||||||
version = "0.7.1.1";
|
version = "1.0";
|
||||||
sha256 = "14d557y22dqyjr026vbawa2a2yjh7alh3rpavyidfdlrg48lqgrc";
|
sha256 = "0afrk9y7h5g9cqds9b7b0jvz4xylaxyj3q9aj5415ldwwzdf6cc8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
active colour dataDefaultClass diagramsCore fingertree intervals
|
active colour dataDefaultClass diagramsCore filepath fingertree
|
||||||
monoidExtras newtype NumInstances semigroups vectorSpace
|
intervals lens MemoTrie monoidExtras NumInstances
|
||||||
|
optparseApplicative safe semigroups tagged vectorSpace
|
||||||
|
vectorSpacePoints
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue