haskell-diagrams-lib: update to version 1.2.0.4

This commit is contained in:
Peter Simons 2014-10-13 13:02:50 +02:00
parent c1100915af
commit 9f7788eab7

View File

@ -2,18 +2,18 @@
{ cabal, active, colour, dataDefaultClass, diagramsCore, dualTree { cabal, active, colour, dataDefaultClass, diagramsCore, dualTree
, filepath, fingertree, hashable, intervals, JuicyPixels, lens , filepath, fingertree, hashable, intervals, JuicyPixels, lens
, MemoTrie, monoidExtras, optparseApplicative, safe, semigroups , MemoTrie, monoidExtras, optparseApplicative, semigroups, tagged
, tagged, vectorSpace, vectorSpacePoints , vectorSpace, vectorSpacePoints
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "diagrams-lib"; pname = "diagrams-lib";
version = "1.2.0.3"; version = "1.2.0.4";
sha256 = "1rgyv7yywmqk3s2cmv5s923421ybj6mnii7jgxri56jzw0agfyq7"; sha256 = "01gcbgxsnrcsysvpjhprym5ix10350x7l57f28nm0hbrfrsgidhz";
buildDepends = [ buildDepends = [
active colour dataDefaultClass diagramsCore dualTree filepath active colour dataDefaultClass diagramsCore dualTree filepath
fingertree hashable intervals JuicyPixels lens MemoTrie fingertree hashable intervals JuicyPixels lens MemoTrie
monoidExtras optparseApplicative safe semigroups tagged vectorSpace monoidExtras optparseApplicative semigroups tagged vectorSpace
vectorSpacePoints vectorSpacePoints
]; ];
meta = { meta = {