3
0
Fork 0
forked from mirrors/nixpkgs

haskell-DSH: update to version 0.8.2.2

This commit is contained in:
Peter Simons 2012-10-19 10:38:46 +02:00
parent a29717f41f
commit 5741294501

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "DSH";
version = "0.8.2.1";
sha256 = "0rm5r5fmf1qxn4q5d6l8aid5d7i9i4hzdgimwpcw6d3mzg0sbl1c";
version = "0.8.2.2";
sha256 = "0hjy8c97avi4wwv3p9gyml66n34mbrfrhb19j5y6vcy0y8ysgf0c";
buildDepends = [ csv FerryCore HaXml HDBC mtl Pathfinder text ];
meta = {
description = "Database Supported Haskell";