mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-hakyll: updated to version 3.2.0.6
svn path=/nixpkgs/trunk/; revision=29084
This commit is contained in:
parent
9c9cea35ad
commit
c710e9e0e6
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
{ cabal, binary, blazeHtml, hamlet, hopenssl, mtl, pandoc, parsec
|
||||
{ cabal, binary, blazeHtml, cryptohash, hamlet, mtl, pandoc, parsec
|
||||
, regexBase, regexPcre, snapCore, snapServer, tagsoup, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hakyll";
|
||||
version = "3.2.0.5";
|
||||
sha256 = "1rwmdkzwshhi6b27zff42gg65vds866l68h33p4kn6pq1rns3bz4";
|
||||
version = "3.2.0.6";
|
||||
sha256 = "11jdajciswswv9ciyd6hk7qc39l09y9s528vazxq0k6z5mwvwrbp";
|
||||
buildDepends = [
|
||||
binary blazeHtml hamlet hopenssl mtl pandoc parsec regexBase
|
||||
binary blazeHtml cryptohash hamlet mtl pandoc parsec regexBase
|
||||
regexPcre snapCore snapServer tagsoup time
|
||||
];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue