haskell-DSH: update to version 0.8.0.1
This commit is contained in:
parent
5b2191bf22
commit
182c28ba4a
@ -1,15 +1,10 @@
|
|||||||
{ cabal, convertible, csv, FerryCore, HaXml, HDBC, json, mtl
|
{ cabal, csv, FerryCore, HaXml, HDBC, mtl, Pathfinder, text }:
|
||||||
, Pathfinder, syb, text, xhtml
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "DSH";
|
pname = "DSH";
|
||||||
version = "0.7.8.2";
|
version = "0.8.0.1";
|
||||||
sha256 = "1rs42c05q4s46a1a03srzdq0aijwalhilzifc8ryq4qwjgh7vkwz";
|
sha256 = "08bwn7jpnkzvyj2dlpk6zx97iwsjb085vbnc8hwvxnhf9y8wl96s";
|
||||||
buildDepends = [
|
buildDepends = [ csv FerryCore HaXml HDBC mtl Pathfinder text ];
|
||||||
convertible csv FerryCore HaXml HDBC json mtl Pathfinder syb text
|
|
||||||
xhtml
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Database Supported Haskell";
|
description = "Database Supported Haskell";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user