forked from mirrors/nixpkgs
haskell-diagrams-lib: update to version 1.0.1
This commit is contained in:
parent
728c166123
commit
b1e174725b
|
@ -1,16 +1,16 @@
|
|||
{ cabal, active, colour, dataDefaultClass, diagramsCore, filepath
|
||||
, fingertree, intervals, lens, MemoTrie, monoidExtras, NumInstances
|
||||
, optparseApplicative, safe, semigroups, tagged, vectorSpace
|
||||
, vectorSpacePoints
|
||||
, fingertree, hashable, intervals, lens, MemoTrie, monoidExtras
|
||||
, NumInstances, optparseApplicative, safe, semigroups, tagged
|
||||
, vectorSpace, vectorSpacePoints
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "diagrams-lib";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "1ilkc8dh1ma0wwmzgy6x3a6q6bwlw7dfv3mb24a5ny4i3wgvsnv8";
|
||||
version = "1.0.1";
|
||||
sha256 = "0cjhb6dm0n4a7s8z0lyihql7dz34pdbm3ahm2p0yya4xf9pf0fw4";
|
||||
buildDepends = [
|
||||
active colour dataDefaultClass diagramsCore filepath fingertree
|
||||
intervals lens MemoTrie monoidExtras NumInstances
|
||||
hashable intervals lens MemoTrie monoidExtras NumInstances
|
||||
optparseApplicative safe semigroups tagged vectorSpace
|
||||
vectorSpacePoints
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue