Updating Hakyll and dependencies.
Patch supplied by Vladimír Čunát. Thanks. svn path=/nixpkgs/trunk/; revision=26648
This commit is contained in:
12
pkgs/development/libraries/haskell/PSQueue/default.nix
Normal file
12
pkgs/development/libraries/haskell/PSQueue/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "PSQueue";
|
||||
version = "1.1";
|
||||
sha256 = "1k291bh8j5vpcrn6vycww2blwg7jxx9yrfmrqdanz48gs4d8gq58";
|
||||
meta = {
|
||||
description = "Priority Search Queue implementation for Haskell";
|
||||
license = "BSD";
|
||||
};
|
||||
})
|
||||
|
||||
12
pkgs/development/libraries/haskell/attoparsec/default.nix
Normal file
12
pkgs/development/libraries/haskell/attoparsec/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "attoparsec";
|
||||
version = "0.8.5.0";
|
||||
sha256 = "0rdhjqgbbasc1diqzjdb6a8s46kcpdw5yxq2vkg3y2z71zln0a31";
|
||||
meta = {
|
||||
description = "Fast combinator parsing for bytestrings";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
|
||||
13
pkgs/development/libraries/haskell/attoparsec/enumerator.nix
Normal file
13
pkgs/development/libraries/haskell/attoparsec/enumerator.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal, attoparsec, enumerator}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "attoparsec-enumerator";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "02v9cwq1jbn0179zd2cky4ix6ykrkd7cpw38c1x7zgy0pal42x4v";
|
||||
propagatedBuildInputs = [attoparsec enumerator];
|
||||
meta = {
|
||||
description = "Converts an Attoparsec parser into an iteratee";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{cabal, blazeBuilder, enumerator, transformers}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "blaze-builder-enumerator";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0as4mjh695jpxp9qfhpsxyr1448l0pk94sh5kk8sgxv5hfiy41k9";
|
||||
propagatedBuildInputs = [blazeBuilder enumerator transformers];
|
||||
meta = {
|
||||
description = "Enumeratees for the incremental conversion of builders to bytestrings";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
@@ -0,0 +1,12 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "bytestring-nums";
|
||||
version = "0.3.2";
|
||||
sha256 = "16d99xm692x88vx27w4g6iqi4sbi9il8c10r1zaqq2hqviv0k1wg";
|
||||
meta = {
|
||||
description = "Parse numeric literals from ByteStrings";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "bytestring";
|
||||
version = "0.9.1.4";
|
||||
name = self.fname;
|
||||
sha256 = "00x620zkxhlmdxmb2icrq3a2wc6jichng6mn33xr2gsw102973xz";
|
||||
extraBuildInputs = [];
|
||||
meta = {
|
||||
description = "A time and space-efficient implementation of byte vectors using packed Word8 arrays [..]";
|
||||
};
|
||||
})
|
||||
@@ -0,0 +1,12 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "directory-tree";
|
||||
version = "0.10.0";
|
||||
sha256 = "08b0w9j55x6c06pri7yvv84n24inhpb4miybdnkyjkjy7r3yy7m4";
|
||||
meta = {
|
||||
description = "A simple directory-like tree datatype, with useful IO functions";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
|
||||
13
pkgs/development/libraries/haskell/enumerator/default.nix
Normal file
13
pkgs/development/libraries/haskell/enumerator/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal, text, transformers}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "enumerator";
|
||||
version = "0.4.9.1";
|
||||
sha256 = "1rnhapj5am1rv3dff2bkhch7ikpyhs18nay39h0805xl50dcyw99";
|
||||
propagatedBuildInputs = [text transformers];
|
||||
meta = {
|
||||
description = "Reliable, high-performance processing with left-fold enumerators";
|
||||
license = "MIT";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
{cabal, binary, blazeHtml, hamlet, mtl, network, pandoc, regexBase,
|
||||
regexTDFA}:
|
||||
{cabal, binary, blazeHtml, hamlet, hopenssl, mtl, network, pandoc, regexBase
|
||||
, regexPCRE, snapCore, snapServer, strictConcurrency}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "hakyll";
|
||||
version = "2.4.3";
|
||||
sha256 = "1n1hibwhg22l9p126d10zwhvaab46svcri2rkvd78f4vhmwpvkbs";
|
||||
version = "3.0.2.0";
|
||||
sha256 = "0d1kmvkbwygr9mxz7m8jiasrbj470j4hwsj8mmkdgdm9clxbi74k";
|
||||
propagatedBuildInputs =
|
||||
[binary blazeHtml hamlet mtl network pandoc regexBase regexTDFA];
|
||||
[ binary blazeHtml hamlet hopenssl mtl network pandoc regexBase
|
||||
regexPCRE snapCore snapServer strictConcurrency
|
||||
];
|
||||
meta = {
|
||||
description = "A simple static site generator library";
|
||||
license = "BSD";
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{cabal, blazeBuilder, failure, parsec, text}:
|
||||
{cabal, blazeBuilder, blazeHtml, failure, parsec, text, jsonEnumerator, jsonTypes}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "hamlet";
|
||||
version = "0.6.1.2";
|
||||
sha256 = "0aqrjdbqb99nz3snnsrgkd6bnaj1m3bdm8kj9agd3qgv8lv90knn";
|
||||
version = "0.7.3";
|
||||
sha256 = "1knapi8506kqm6pbl1qdr3vm579z2dn6q3h3ahzwbxqjafy7pnj9";
|
||||
propagatedBuildInputs =
|
||||
[blazeBuilder failure parsec text];
|
||||
[blazeBuilder blazeHtml failure parsec text jsonEnumerator jsonTypes];
|
||||
meta = {
|
||||
description = "Haml-like template files that are compile-time checked";
|
||||
license = "BSD";
|
||||
|
||||
14
pkgs/development/libraries/haskell/hopenssl/default.nix
Normal file
14
pkgs/development/libraries/haskell/hopenssl/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, mtl, openssl}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "hopenssl";
|
||||
version = "1.6.1";
|
||||
sha256 = "12lmhpg7m2amqld95lpv6d2j3rfzgdbmz8jsgh2hjb5hx72l5fkm";
|
||||
propagatedBuildInputs = [mtl];
|
||||
extraBuildInputs = [openssl];
|
||||
meta = {
|
||||
description = "FFI bindings to OpenSSL's EVP digest interface";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{cabal, blazeBuilder, blazeBuilderEnumerator, enumerator, jsonTypes, text, transformers}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "json-enumerator";
|
||||
version = "0.0.1.1";
|
||||
sha256 = "0k94x9vwwaprqbc8gay5l0vg6hjmjpjp852yncncb8kr0r344z7l";
|
||||
propagatedBuildInputs =
|
||||
[blazeBuilder blazeBuilderEnumerator enumerator jsonTypes text transformers];
|
||||
meta = {
|
||||
description = "Provides the ability to render JSON in a streaming manner using the enumerator package";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
12
pkgs/development/libraries/haskell/jsonTypes/default.nix
Normal file
12
pkgs/development/libraries/haskell/jsonTypes/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, text}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "json-types";
|
||||
version = "0.1";
|
||||
sha256 = "088if9qv0didjyb6y1583viihjgc4nwr61qfjqdg9rzc2ya6vqdn";
|
||||
propagatedBuildInputs = [text];
|
||||
meta = {
|
||||
description = "Basic types for representing JSON";
|
||||
license = "MIT";
|
||||
};
|
||||
})
|
||||
12
pkgs/development/libraries/haskell/murmur-hash/default.nix
Normal file
12
pkgs/development/libraries/haskell/murmur-hash/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "murmur-hash";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "14amqkcz2dbjyjrsjblsnka8qymllbzjx5x3za58kwlcifnsq9jr";
|
||||
meta = {
|
||||
description = "MurmurHash2 implementation for Haskell";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{cabal, bytestring, network}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "network-bytestring";
|
||||
version = "0.1.2.1";
|
||||
name = self.fname;
|
||||
sha256 = "0l5gxwc5pg49qyxb1jy3kn9j66a6pg9frw4c7dn1mrpqicm155am";
|
||||
extraBuildInputs = [bytestring network];
|
||||
meta = {
|
||||
description = "Fast, memory-efficient, low-level socket functions that use Data.ByteStrings instead of Strings";
|
||||
};
|
||||
})
|
||||
13
pkgs/development/libraries/haskell/regex-pcre/default.nix
Normal file
13
pkgs/development/libraries/haskell/regex-pcre/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal, regexBase, pcre}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "regex-pcre";
|
||||
version = "0.94.2";
|
||||
sha256 = "0p4az8z4jlrcmmyz9bjf7n90hpg6n242vq4255w2dz5v29l822wn";
|
||||
propagatedBuildInputs = [regexBase];
|
||||
extraBuildInputs = [pcre];
|
||||
meta = {
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
17
pkgs/development/libraries/haskell/snap/core.nix
Normal file
17
pkgs/development/libraries/haskell/snap/core.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{cabal, attoparsec, attoparsecEnumerator, MonadCatchIOTransformers, blazeBuilder
|
||||
, bytestringNums, dlist, mtl, unixCompat, vector, zlib}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "snap-core";
|
||||
version = "0.4.1";
|
||||
sha256 = "0cc6qh8rnfdhv6s4clnb4avbxkvvj4dibbdg0vjbf75iafxvsg9f";
|
||||
propagatedBuildInputs =
|
||||
[ attoparsec attoparsecEnumerator MonadCatchIOTransformers blazeBuilder
|
||||
bytestringNums dlist mtl unixCompat vector zlib
|
||||
];
|
||||
meta = {
|
||||
description = "Snap: A Haskell Web Framework (Core)";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
|
||||
19
pkgs/development/libraries/haskell/snap/server.nix
Normal file
19
pkgs/development/libraries/haskell/snap/server.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{cabal, attoparsec, attoparsecEnumerator, binary, blazeBuilder, blazeBuilderEnumerator
|
||||
, bytestringNums, directoryTree, enumerator, MonadCatchIOTransformers, mtl, murmurHash
|
||||
, network, PSQueue, snapCore, unixCompat, utf8String, vector, vectorAlgorithms, zlib}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "snap-server";
|
||||
version = "0.4.1";
|
||||
sha256 = "1xav58sk6f1capibkil9a834lxg7badcq3v8016azzzmvvhy9iq8";
|
||||
propagatedBuildInputs =
|
||||
[ attoparsec attoparsecEnumerator binary blazeBuilder blazeBuilderEnumerator
|
||||
bytestringNums directoryTree enumerator MonadCatchIOTransformers mtl murmurHash
|
||||
network PSQueue snapCore unixCompat utf8String vector vectorAlgorithms zlib
|
||||
];
|
||||
meta = {
|
||||
description = "Snap: A Haskell Web Framework (Server)";
|
||||
license = "BSD3";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -2,12 +2,11 @@
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "unix-compat";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "553326e140f71f09cedeec5f74666171c2ad2b3d9ba4312da97da02cbf8a2e85";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "11bh29rq3g4qqvxc72wbip85vc3m91lafa85086izpqkkpnl4pxh";
|
||||
meta = {
|
||||
description = "Portable POSIX-compatibility layer";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user