haskell-diagrams-lib: update to version 1.0.1

This commit is contained in:
Peter Simons 2014-01-27 11:51:32 +01:00
parent 728c166123
commit b1e174725b

View File

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