3
0
Fork 0
forked from mirrors/nixpkgs

haskell-dimensional: updated to version 0.10.1

svn path=/nixpkgs/trunk/; revision=28526
This commit is contained in:
Peter Simons 2011-08-12 18:43:20 +00:00
parent c832fc15eb
commit 7a0ad70b63

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "dimensional";
version = "0.10";
sha256 = "5d0ab2a0ca566f7d9a4fe1ec180a1bcf4138a3647a2c287a908506c8911cd385";
version = "0.10.1";
sha256 = "0pnrqm6qny09g8iy191844d0mvvyzg1j637pvwwwhci8lzq3hfyd";
buildDepends = [ numtype time ];
meta = {
homepage = "http://dimensional.googlecode.com/";