tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-heist: update to version 0.11.0.1
Peter Simons
13 years ago
5314503a
8ad4b9fc
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
heist
default.nix
+2
-3
pkgs/development/libraries/haskell/heist/default.nix
···
5
5
6
6
cabal.mkDerivation (self: {
7
7
pname = "heist";
8
8
-
version = "0.11.0";
9
9
-
sha256 = "1zbwbgabdj6x0vi7l8wfq7rx77p8b4zxz5wv43nr67irszyz1k7w";
8
8
+
version = "0.11.0.1";
9
9
+
sha256 = "0d5nn0kfs7hbgs4b77i8c8pq2q5hldqk08dacva7xlxvjrlxsyn6";
10
10
buildDepends = [
11
11
aeson attoparsec blazeBuilder blazeHtml directoryTree dlist errors
12
12
filepath hashable MonadCatchIOTransformers mtl random text time
13
13
unorderedContainers vector xmlhtml
14
14
];
15
15
-
jailbreak = true;
16
15
meta = {
17
16
homepage = "http://snapframework.com/";
18
17
description = "An Haskell template system supporting both HTML5 and XML";