Merge pull request #3561 from Fuuzetsu/haskell-updates
Jailbreak some rest packages
This commit is contained in:
commit
a2cc5f7cbb
@ -1,3 +1,5 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, bifunctors, binary, bytes, cereal, comonad, doctest
|
{ cabal, bifunctors, binary, bytes, cereal, comonad, doctest
|
||||||
, filepath, hashable, hashableExtras, preludeExtras, profunctors
|
, filepath, hashable, hashableExtras, preludeExtras, profunctors
|
||||||
, transformers, vector
|
, transformers, vector
|
||||||
@ -19,6 +21,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Making de Bruijn Succ Less";
|
description = "Making de Bruijn Succ Less";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, bifunctors, doctest, filepath, genericDeriving, hashable
|
{ cabal, bifunctors, doctest, filepath, genericDeriving, hashable
|
||||||
, transformers
|
, transformers
|
||||||
}:
|
}:
|
||||||
@ -15,6 +17,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Higher-rank Hashable";
|
description = "Higher-rank Hashable";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -6,8 +6,8 @@ cabal.mkDerivation (self: {
|
|||||||
pname = "http-attoparsec";
|
pname = "http-attoparsec";
|
||||||
version = "0.1.1";
|
version = "0.1.1";
|
||||||
sha256 = "12l892fix11mrvm10awwvv31y59q5rb6gb0sqjp6l4p4ym9ngqa3";
|
sha256 = "12l892fix11mrvm10awwvv31y59q5rb6gb0sqjp6l4p4ym9ngqa3";
|
||||||
jailbreak = true;
|
|
||||||
buildDepends = [ attoparsec httpTypes ];
|
buildDepends = [ attoparsec httpTypes ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/tlaitinen/http-attoparsec";
|
homepage = "https://github.com/tlaitinen/http-attoparsec";
|
||||||
description = "Attoparsec parsers for http-types";
|
description = "Attoparsec parsers for http-types";
|
||||||
|
@ -6,10 +6,10 @@ cabal.mkDerivation (self: {
|
|||||||
pname = "list-tries";
|
pname = "list-tries";
|
||||||
version = "0.5.2";
|
version = "0.5.2";
|
||||||
sha256 = "0lfl35i1k3nnv8q6bhwq4sr197fylin2hmxa4b96kfcc22xfzwy6";
|
sha256 = "0lfl35i1k3nnv8q6bhwq4sr197fylin2hmxa4b96kfcc22xfzwy6";
|
||||||
jailbreak = true;
|
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary dlist ];
|
buildDepends = [ binary dlist ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://iki.fi/matti.niemenmaa/list-tries/";
|
homepage = "http://iki.fi/matti.niemenmaa/list-tries/";
|
||||||
description = "Tries and Patricia tries: finite sets and maps for list keys";
|
description = "Tries and Patricia tries: finite sets and maps for list keys";
|
||||||
|
@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit mtl testFramework testFrameworkHunit unorderedContainers
|
HUnit mtl testFramework testFrameworkHunit unorderedContainers
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Rest API library";
|
description = "Rest API library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
haskellSrcExts HUnit restCore testFramework testFrameworkHunit
|
haskellSrcExts HUnit restCore testFramework testFrameworkHunit
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Documentation and client generation from rest definition";
|
description = "Documentation and client generation from rest definition";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
@ -8,11 +8,11 @@ cabal.mkDerivation (self: {
|
|||||||
pname = "socket-io";
|
pname = "socket-io";
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
sha256 = "0257c5wf6b9rmprqq5q5d7fih4s2szwv98w16ggl61p8khf5d2qs";
|
sha256 = "0257c5wf6b9rmprqq5q5d7fih4s2szwv98w16ggl61p8khf5d2qs";
|
||||||
jailbreak = true;
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec engineIo mtl stm text transformers
|
aeson attoparsec engineIo mtl stm text transformers
|
||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user