Version bump for HDBC.
svn path=/nixpkgs/trunk/; revision=15946
This commit is contained in:
12
pkgs/development/libraries/haskell/convertible/default.nix
Normal file
12
pkgs/development/libraries/haskell/convertible/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, mtl, time}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "convertible";
|
||||
version = "1.0.5";
|
||||
sha256 = "caf75727a35cf249690f3da60fce770642c8a1fad6080f3ba57e924fbe3c9465";
|
||||
propagatedBuildInputs = [mtl time];
|
||||
meta = {
|
||||
description = "Typeclasses and instances for converting between types";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user