commit
da1a78ba51
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Strafunski-StrategyLib";
|
pname = "Strafunski-StrategyLib";
|
||||||
version = "5.0.0.3";
|
version = "5.0.0.4";
|
||||||
sha256 = "1s7410dfzkqd9j8n5g92pvh9rwglngj3ca9ipcr6xsq0n6yhs51y";
|
sha256 = "0miffjc8li5l1jarmz8l34z5mx3q68pyxghsi1lbda51bzz3wy1g";
|
||||||
buildDepends = [ mtl syb ];
|
buildDepends = [ mtl syb ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "bytes";
|
pname = "bytes";
|
||||||
version = "0.14.0.2";
|
version = "0.14.1";
|
||||||
sha256 = "1bdradf5lq1kgiri64zd8cvcw2fxwbwv0apznl8vxyqlx406v3rn";
|
sha256 = "023sdwdirvigrdg03f6jrdndm6pkqsmsrwz9ji57dpqg4f5k9jzk";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary cereal mtl text time transformers transformersCompat void
|
binary cereal mtl text time transformers transformersCompat void
|
||||||
];
|
];
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "conduit-extra";
|
pname = "conduit-extra";
|
||||||
version = "1.1.3";
|
version = "1.1.3.1";
|
||||||
sha256 = "1gzvplaxplqia23g6l8z42w0z10y33yz594lxdk82g4i7swaagix";
|
sha256 = "1glw734nm5gra5zw31lg3ia74dp4b2ik931jmk52b8f62ysg2vx0";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder conduit filepath monadControl network
|
attoparsec blazeBuilder conduit filepath monadControl network
|
||||||
primitive resourcet stm streamingCommons text transformers
|
primitive resourcet stm streamingCommons text transformers
|
||||||
@ -18,7 +18,6 @@ cabal.mkDerivation (self: {
|
|||||||
async attoparsec blazeBuilder conduit exceptions hspec resourcet
|
async attoparsec blazeBuilder conduit exceptions hspec resourcet
|
||||||
stm text transformers transformersBase
|
stm text transformers transformersBase
|
||||||
];
|
];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Batteries included conduit: adapters for common libraries";
|
description = "Batteries included conduit: adapters for common libraries";
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "constraints";
|
pname = "constraints";
|
||||||
version = "0.3.5";
|
version = "0.4";
|
||||||
sha256 = "01xrk0xqkfwzzr5jwkadkyjgrdcpslwiqfqdb7mci688xp2isi3i";
|
sha256 = "0nnplylzbcw884jgsd4i46z75dkiyx4166j5fym5zdnwhyj75sp5";
|
||||||
buildDepends = [ newtype ];
|
buildDepends = [ newtype ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/constraints/";
|
homepage = "http://github.com/ekmett/constraints/";
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "distributed-process";
|
pname = "distributed-process";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
sha256 = "16lfmkhc6jk2n46w39vf0q1ql426h5jrjgdi6cyjgwy1d5kaqcny";
|
sha256 = "1c654l7r3cn89nknh67vsg7crnfhgswh4523qyrmn8z4ykyd0zfk";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary dataAccessor deepseq distributedStatic hashable mtl
|
binary dataAccessor deepseq distributedStatic hashable mtl
|
||||||
networkTransport random rank1dynamic stm syb time transformers
|
networkTransport random rank1dynamic stm syb time transformers
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, indexed, indexedFree, lens, text }:
|
{ cabal, aeson, indexed, indexedFree, lens, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -10,6 +12,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
||||||
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,20 +1,21 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, lens
|
{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, Glob, lens
|
||||||
, strict, tasty, tastyGolden, transformers, unorderedContainers
|
, strict, tasty, tastyGolden, transformers, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cabal-bounds";
|
pname = "cabal-bounds";
|
||||||
version = "0.8";
|
version = "0.8.1";
|
||||||
sha256 = "0db5vy4qfjc2d27d4vk37gz9sdjgjlargndligmljf52s2g568r0";
|
sha256 = "19z596niwvjbjs8cp06zqkd29kn7chqkf60cdbr0ikyw8v4dcjw7";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
Cabal cabalLenses cmdargs either lens strict transformers
|
Cabal cabalLenses cmdargs either lens strict transformers
|
||||||
unorderedContainers
|
unorderedContainers
|
||||||
];
|
];
|
||||||
testDepends = [ filepath tasty tastyGolden ];
|
testDepends = [ filepath Glob tasty tastyGolden ];
|
||||||
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";
|
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user