haskell-diagrams-lib: update to version 1.2
This commit is contained in:
parent
cc3dc36517
commit
412ae6b48a
@ -1,17 +1,18 @@
|
|||||||
{ cabal, active, colour, dataDefaultClass, diagramsCore, filepath
|
{ cabal, active, colour, dataDefaultClass, diagramsCore, dualTree
|
||||||
, fingertree, hashable, intervals, lens, MemoTrie, monoidExtras
|
, filepath, fingertree, hashable, intervals, JuicyPixels, lens
|
||||||
, optparseApplicative, safe, semigroups, tagged, vectorSpace
|
, MemoTrie, monoidExtras, optparseApplicative, safe, semigroups
|
||||||
, vectorSpacePoints
|
, tagged, vectorSpace, vectorSpacePoints
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "diagrams-lib";
|
pname = "diagrams-lib";
|
||||||
version = "1.1.0.7";
|
version = "1.2";
|
||||||
sha256 = "0ad5105aa2ds0hrx0184jhvzw1mw5l659hx745rsyl8wyi5yrcy7";
|
sha256 = "1gdc2k1dmqfv6pcznzngfv0gqsm7pd7ga65xjmd0rzyl8nqk4k3n";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
active colour dataDefaultClass diagramsCore filepath fingertree
|
active colour dataDefaultClass diagramsCore dualTree filepath
|
||||||
hashable intervals lens MemoTrie monoidExtras optparseApplicative
|
fingertree hashable intervals JuicyPixels lens MemoTrie
|
||||||
safe semigroups tagged vectorSpace vectorSpacePoints
|
monoidExtras optparseApplicative safe semigroups tagged vectorSpace
|
||||||
|
vectorSpacePoints
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user