haskell-diagrams-lib: update to version 1.1.0.1

This commit is contained in:
Peter Simons 2014-03-11 11:49:10 +01:00
parent 07ca6915c1
commit 8e5198c284

View File

@ -1,18 +1,17 @@
{ cabal, active, colour, dataDefaultClass, diagramsCore, filepath { cabal, active, colour, dataDefaultClass, diagramsCore, filepath
, fingertree, hashable, intervals, lens, MemoTrie, monoidExtras , fingertree, hashable, intervals, lens, MemoTrie, monoidExtras
, NumInstances, optparseApplicative, safe, semigroups, tagged , optparseApplicative, safe, semigroups, tagged, vectorSpace
, vectorSpace, vectorSpacePoints , vectorSpacePoints
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "diagrams-lib"; pname = "diagrams-lib";
version = "1.0.1"; version = "1.1.0.1";
sha256 = "0cjhb6dm0n4a7s8z0lyihql7dz34pdbm3ahm2p0yya4xf9pf0fw4"; sha256 = "0zkxkncz8ayvahr57fgq44vgir3yghxs2y1rrp138951fcy2g3a7";
buildDepends = [ buildDepends = [
active colour dataDefaultClass diagramsCore filepath fingertree active colour dataDefaultClass diagramsCore filepath fingertree
hashable intervals lens MemoTrie monoidExtras NumInstances hashable intervals lens MemoTrie monoidExtras optparseApplicative
optparseApplicative safe semigroups tagged vectorSpace safe semigroups tagged vectorSpace vectorSpacePoints
vectorSpacePoints
]; ];
jailbreak = true; jailbreak = true;
meta = { meta = {