Skip to content

Commit

Permalink
haskell-yst: update to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent b23dcdd commit 71ecdfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/libraries/haskell/yst/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ cabal, aeson, csv, filepath, HDBC, HDBCSqlite3, HStringTemplate
, pandoc, parsec, split, text, time, unorderedContainers, xhtml
, yaml
, pandoc, parsec, scientific, split, text, time
, unorderedContainers, xhtml, yaml
}:

cabal.mkDerivation (self: {
pname = "yst";
version = "0.4.0.1";
sha256 = "0j260lvprgsi9qgjwji2cc25k0dzrw94h2527rwghik8baa1ha3r";
version = "0.4.1";
sha256 = "199awgpxn9131a7ijxvvbc4mi1yasnllbpj77k27brx00j87v3nq";
isLibrary = false;
isExecutable = true;
buildDepends = [
aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
split text time unorderedContainers xhtml yaml
scientific split text time unorderedContainers xhtml yaml
];
meta = {
homepage = "http://github.com/jgm/yst";
Expand Down

0 comments on commit 71ecdfb

Please sign in to comment.