Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, numtype, time }:
|
||||
{ cabal, Cabal, numtype, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "dimensional";
|
||||
version = "0.10.1.2";
|
||||
sha256 = "0hdiwyzr4zzwz5h8m7nrcdf85n00byjchr6ghbasnsg3vg9p17wn";
|
||||
buildDepends = [ numtype time ];
|
||||
buildDepends = [ Cabal numtype time ];
|
||||
meta = {
|
||||
homepage = "http://dimensional.googlecode.com/";
|
||||
description = "Statically checked physical dimensions";
|
||||
|
||||
Reference in New Issue
Block a user