From 750e15fbd70af5a9bf29f6a07ac61ac6da9158c7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 30 Sep 2015 16:23:06 +0200 Subject: [PATCH] hackage-packages.nix: update Haskell package set This update was generated by hackage2nix v20150922-6-g5d5ccfe-dirty using the following inputs: - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/7a2a9bbe1595c73f9aa2bba4c2a600c558ef5822 - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/82f4bbff1b525f7cf33c525987268cdc651c3d33 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/831a37566be736e827a8f17d6c006a09ed384cd6 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/e7fd25c827f2a1bfb13ea6e716579b697a566ac3 --- .../haskell-modules/configuration-lts-0.0.nix | 2 + .../haskell-modules/configuration-lts-0.1.nix | 2 + .../haskell-modules/configuration-lts-0.2.nix | 2 + .../haskell-modules/configuration-lts-0.3.nix | 2 + .../haskell-modules/configuration-lts-0.4.nix | 2 + .../haskell-modules/configuration-lts-0.5.nix | 2 + .../haskell-modules/configuration-lts-0.6.nix | 2 + .../haskell-modules/configuration-lts-0.7.nix | 2 + .../haskell-modules/configuration-lts-1.0.nix | 2 + .../haskell-modules/configuration-lts-1.1.nix | 2 + .../configuration-lts-1.10.nix | 2 + .../configuration-lts-1.11.nix | 2 + .../configuration-lts-1.12.nix | 2 + .../configuration-lts-1.13.nix | 2 + .../configuration-lts-1.14.nix | 2 + .../configuration-lts-1.15.nix | 2 + .../haskell-modules/configuration-lts-1.2.nix | 2 + .../haskell-modules/configuration-lts-1.4.nix | 2 + .../haskell-modules/configuration-lts-1.5.nix | 2 + .../haskell-modules/configuration-lts-1.7.nix | 2 + .../haskell-modules/configuration-lts-1.8.nix | 2 + .../haskell-modules/configuration-lts-1.9.nix | 2 + .../haskell-modules/configuration-lts-2.0.nix | 2 + .../haskell-modules/configuration-lts-2.1.nix | 2 + .../configuration-lts-2.10.nix | 2 + .../configuration-lts-2.11.nix | 2 + .../configuration-lts-2.12.nix | 2 + .../configuration-lts-2.13.nix | 2 + .../configuration-lts-2.14.nix | 2 + .../configuration-lts-2.15.nix | 3 + .../configuration-lts-2.16.nix | 3 + .../configuration-lts-2.17.nix | 3 + .../configuration-lts-2.18.nix | 3 + .../configuration-lts-2.19.nix | 3 + .../haskell-modules/configuration-lts-2.2.nix | 2 + .../configuration-lts-2.20.nix | 3 + .../configuration-lts-2.21.nix | 3 + .../configuration-lts-2.22.nix | 3 + .../haskell-modules/configuration-lts-2.3.nix | 2 + .../haskell-modules/configuration-lts-2.4.nix | 2 + .../haskell-modules/configuration-lts-2.5.nix | 2 + .../haskell-modules/configuration-lts-2.6.nix | 2 + .../haskell-modules/configuration-lts-2.7.nix | 2 + .../haskell-modules/configuration-lts-2.8.nix | 2 + .../haskell-modules/configuration-lts-2.9.nix | 2 + .../haskell-modules/configuration-lts-3.0.nix | 2 + .../haskell-modules/configuration-lts-3.1.nix | 2 + .../haskell-modules/configuration-lts-3.2.nix | 2 + .../haskell-modules/configuration-lts-3.3.nix | 2 + .../haskell-modules/configuration-lts-3.4.nix | 2 + .../haskell-modules/configuration-lts-3.5.nix | 2 + .../haskell-modules/configuration-lts-3.6.nix | 2 + .../haskell-modules/configuration-lts-3.7.nix | 2 + .../haskell-modules/hackage-packages.nix | 174 ++++++++++++++++-- 54 files changed, 275 insertions(+), 13 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-lts-0.0.nix b/pkgs/development/haskell-modules/configuration-lts-0.0.nix index 281a5156d19..3d9330cd741 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.0.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.0.nix @@ -5684,6 +5684,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5918,6 +5919,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_4"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.1.nix b/pkgs/development/haskell-modules/configuration-lts-0.1.nix index df9302c9e1a..1f74dadedcb 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.1.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.1.nix @@ -5683,6 +5683,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5917,6 +5918,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_4"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.2.nix b/pkgs/development/haskell-modules/configuration-lts-0.2.nix index 91453532904..6b003dcc802 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.2.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.2.nix @@ -5683,6 +5683,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5917,6 +5918,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_4"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.3.nix b/pkgs/development/haskell-modules/configuration-lts-0.3.nix index 4fa36f8b9fd..f95d820bab8 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.3.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.3.nix @@ -5683,6 +5683,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5917,6 +5918,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_4"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.4.nix b/pkgs/development/haskell-modules/configuration-lts-0.4.nix index fae443d7eaf..92e5596a705 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.4.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.4.nix @@ -5680,6 +5680,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5914,6 +5915,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.5.nix b/pkgs/development/haskell-modules/configuration-lts-0.5.nix index e7f5dab9edf..eeadf8d700e 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.5.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.5.nix @@ -5680,6 +5680,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5914,6 +5915,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.6.nix b/pkgs/development/haskell-modules/configuration-lts-0.6.nix index b803122a969..c149525bfa5 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.6.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.6.nix @@ -5675,6 +5675,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5909,6 +5910,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.7.nix b/pkgs/development/haskell-modules/configuration-lts-0.7.nix index cf9b5b0d0f9..df2eee386b6 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.7.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.7.nix @@ -5675,6 +5675,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5909,6 +5910,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.0.nix b/pkgs/development/haskell-modules/configuration-lts-1.0.nix index 11adef7fbbd..7e329288c55 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.0.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.0.nix @@ -5663,6 +5663,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5896,6 +5897,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.1.nix b/pkgs/development/haskell-modules/configuration-lts-1.1.nix index 40ef48578e6..ade57c125a5 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.1.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.1.nix @@ -5649,6 +5649,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5882,6 +5883,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.10.nix b/pkgs/development/haskell-modules/configuration-lts-1.10.nix index 3c9145c2aa8..4509bb5f976 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.10.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.10.nix @@ -5621,6 +5621,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5852,6 +5853,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.11.nix b/pkgs/development/haskell-modules/configuration-lts-1.11.nix index 4b1be2d3b50..eb96c98c809 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.11.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.11.nix @@ -5617,6 +5617,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5848,6 +5849,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.12.nix b/pkgs/development/haskell-modules/configuration-lts-1.12.nix index 5333080d52d..f459acda4b0 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.12.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.12.nix @@ -5616,6 +5616,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5847,6 +5848,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.13.nix b/pkgs/development/haskell-modules/configuration-lts-1.13.nix index 7bb9c2b5c1e..473a411341e 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.13.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.13.nix @@ -5613,6 +5613,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5844,6 +5845,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.14.nix b/pkgs/development/haskell-modules/configuration-lts-1.14.nix index 58cd8ecf719..86c4599aa48 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.14.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.14.nix @@ -5606,6 +5606,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5837,6 +5838,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.15.nix b/pkgs/development/haskell-modules/configuration-lts-1.15.nix index cebc0e2797f..bcd56e34e01 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.15.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.15.nix @@ -5597,6 +5597,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5828,6 +5829,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.2.nix b/pkgs/development/haskell-modules/configuration-lts-1.2.nix index 0e9d8d0cd0c..29468b882df 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.2.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.2.nix @@ -5646,6 +5646,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5878,6 +5879,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.4.nix b/pkgs/development/haskell-modules/configuration-lts-1.4.nix index daeb11e1c36..bd4ea0dd052 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.4.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.4.nix @@ -5641,6 +5641,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5873,6 +5874,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.5.nix b/pkgs/development/haskell-modules/configuration-lts-1.5.nix index 9b5f97c3ad0..973c44f885e 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.5.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.5.nix @@ -5639,6 +5639,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5871,6 +5872,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.7.nix b/pkgs/development/haskell-modules/configuration-lts-1.7.nix index 98f682abee8..112dc617c66 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.7.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.7.nix @@ -5632,6 +5632,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5864,6 +5865,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.8.nix b/pkgs/development/haskell-modules/configuration-lts-1.8.nix index 4150c09f48b..40ee620c36f 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.8.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.8.nix @@ -5627,6 +5627,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5859,6 +5860,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.9.nix b/pkgs/development/haskell-modules/configuration-lts-1.9.nix index 6844afe8d36..45909e59683 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.9.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.9.nix @@ -5624,6 +5624,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5855,6 +5856,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "path-pieces" = doDistribute super."path-pieces_0_1_5"; "pathfinding" = dontDistribute super."pathfinding"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.0.nix b/pkgs/development/haskell-modules/configuration-lts-2.0.nix index 48c9f6abc61..b11efbecd5d 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.0.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.0.nix @@ -5534,6 +5534,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5764,6 +5765,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.1.nix b/pkgs/development/haskell-modules/configuration-lts-2.1.nix index 7f8381f798c..bdabcf66741 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.1.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.1.nix @@ -5532,6 +5532,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5762,6 +5763,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.10.nix b/pkgs/development/haskell-modules/configuration-lts-2.10.nix index e2d0bffa754..3c1e30aae4d 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.10.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.10.nix @@ -5483,6 +5483,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5711,6 +5712,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.11.nix b/pkgs/development/haskell-modules/configuration-lts-2.11.nix index db328b6c7fe..6d93ac1ef89 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.11.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.11.nix @@ -5475,6 +5475,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5702,6 +5703,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.12.nix b/pkgs/development/haskell-modules/configuration-lts-2.12.nix index 52649aa0049..7b28cf25943 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.12.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.12.nix @@ -5475,6 +5475,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5702,6 +5703,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.13.nix b/pkgs/development/haskell-modules/configuration-lts-2.13.nix index 9092f8cb3a3..f1f4aa3acf6 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.13.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.13.nix @@ -5472,6 +5472,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5699,6 +5700,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.14.nix b/pkgs/development/haskell-modules/configuration-lts-2.14.nix index 9e8e784ba29..5bc3d463b2b 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.14.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.14.nix @@ -5469,6 +5469,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5696,6 +5697,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.15.nix b/pkgs/development/haskell-modules/configuration-lts-2.15.nix index 738b1b84c43..95d58823ab7 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.15.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.15.nix @@ -2539,6 +2539,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "distributed-process-p2p" = dontDistribute super."distributed-process-p2p"; "distributed-process-platform" = dontDistribute super."distributed-process-platform"; "distributed-process-registry" = dontDistribute super."distributed-process-registry"; + "distributed-process-simplelocalnet" = doDistribute super."distributed-process-simplelocalnet_0_2_3_0"; "distributed-process-supervisor" = doDistribute super."distributed-process-supervisor_0_1_2"; "distributed-process-task" = doDistribute super."distributed-process-task_0_1_1"; "distributed-process-tests" = dontDistribute super."distributed-process-tests"; @@ -5463,6 +5464,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5690,6 +5692,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.16.nix b/pkgs/development/haskell-modules/configuration-lts-2.16.nix index 8eb2bbab2b2..050bd7602d3 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.16.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.16.nix @@ -2534,6 +2534,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "distributed-process-p2p" = dontDistribute super."distributed-process-p2p"; "distributed-process-platform" = dontDistribute super."distributed-process-platform"; "distributed-process-registry" = dontDistribute super."distributed-process-registry"; + "distributed-process-simplelocalnet" = doDistribute super."distributed-process-simplelocalnet_0_2_3_0"; "distributed-process-supervisor" = doDistribute super."distributed-process-supervisor_0_1_2"; "distributed-process-task" = doDistribute super."distributed-process-task_0_1_1"; "distributed-process-tests" = dontDistribute super."distributed-process-tests"; @@ -5452,6 +5453,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5678,6 +5680,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.17.nix b/pkgs/development/haskell-modules/configuration-lts-2.17.nix index 0a74d6dc1b2..6186cef1f0c 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.17.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.17.nix @@ -2531,6 +2531,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "distributed-process-p2p" = dontDistribute super."distributed-process-p2p"; "distributed-process-platform" = dontDistribute super."distributed-process-platform"; "distributed-process-registry" = dontDistribute super."distributed-process-registry"; + "distributed-process-simplelocalnet" = doDistribute super."distributed-process-simplelocalnet_0_2_3_0"; "distributed-process-supervisor" = doDistribute super."distributed-process-supervisor_0_1_2"; "distributed-process-task" = doDistribute super."distributed-process-task_0_1_1"; "distributed-process-tests" = dontDistribute super."distributed-process-tests"; @@ -5443,6 +5444,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5668,6 +5670,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.18.nix b/pkgs/development/haskell-modules/configuration-lts-2.18.nix index 48cfbb2a5ac..a3f1245e92d 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.18.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.18.nix @@ -2526,6 +2526,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "distributed-process-p2p" = dontDistribute super."distributed-process-p2p"; "distributed-process-platform" = dontDistribute super."distributed-process-platform"; "distributed-process-registry" = dontDistribute super."distributed-process-registry"; + "distributed-process-simplelocalnet" = doDistribute super."distributed-process-simplelocalnet_0_2_3_0"; "distributed-process-supervisor" = doDistribute super."distributed-process-supervisor_0_1_2"; "distributed-process-task" = doDistribute super."distributed-process-task_0_1_1"; "distributed-process-tests" = dontDistribute super."distributed-process-tests"; @@ -5433,6 +5434,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5658,6 +5660,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.19.nix b/pkgs/development/haskell-modules/configuration-lts-2.19.nix index 2a769e0ca46..b50dee90ae9 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.19.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.19.nix @@ -2526,6 +2526,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "distributed-process-p2p" = dontDistribute super."distributed-process-p2p"; "distributed-process-platform" = dontDistribute super."distributed-process-platform"; "distributed-process-registry" = dontDistribute super."distributed-process-registry"; + "distributed-process-simplelocalnet" = doDistribute super."distributed-process-simplelocalnet_0_2_3_0"; "distributed-process-supervisor" = doDistribute super."distributed-process-supervisor_0_1_2"; "distributed-process-task" = doDistribute super."distributed-process-task_0_1_1"; "distributed-process-tests" = dontDistribute super."distributed-process-tests"; @@ -5430,6 +5431,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5655,6 +5657,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.2.nix b/pkgs/development/haskell-modules/configuration-lts-2.2.nix index 0092d319cd8..133014f1037 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.2.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.2.nix @@ -5528,6 +5528,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5757,6 +5758,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.20.nix b/pkgs/development/haskell-modules/configuration-lts-2.20.nix index 4d419a37c24..38f2428eb8b 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.20.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.20.nix @@ -2523,6 +2523,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "distributed-process-p2p" = dontDistribute super."distributed-process-p2p"; "distributed-process-platform" = dontDistribute super."distributed-process-platform"; "distributed-process-registry" = dontDistribute super."distributed-process-registry"; + "distributed-process-simplelocalnet" = doDistribute super."distributed-process-simplelocalnet_0_2_3_0"; "distributed-process-supervisor" = doDistribute super."distributed-process-supervisor_0_1_2"; "distributed-process-task" = doDistribute super."distributed-process-task_0_1_1"; "distributed-process-tests" = dontDistribute super."distributed-process-tests"; @@ -5425,6 +5426,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5650,6 +5652,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.21.nix b/pkgs/development/haskell-modules/configuration-lts-2.21.nix index 9fc268d1212..263bf61e649 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.21.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.21.nix @@ -2523,6 +2523,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "distributed-process-p2p" = dontDistribute super."distributed-process-p2p"; "distributed-process-platform" = dontDistribute super."distributed-process-platform"; "distributed-process-registry" = dontDistribute super."distributed-process-registry"; + "distributed-process-simplelocalnet" = doDistribute super."distributed-process-simplelocalnet_0_2_3_0"; "distributed-process-supervisor" = doDistribute super."distributed-process-supervisor_0_1_2"; "distributed-process-task" = doDistribute super."distributed-process-task_0_1_1"; "distributed-process-tests" = dontDistribute super."distributed-process-tests"; @@ -5423,6 +5424,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5648,6 +5650,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.22.nix b/pkgs/development/haskell-modules/configuration-lts-2.22.nix index 5ff66696ad8..ba875262515 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.22.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.22.nix @@ -2522,6 +2522,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "distributed-process-p2p" = dontDistribute super."distributed-process-p2p"; "distributed-process-platform" = dontDistribute super."distributed-process-platform"; "distributed-process-registry" = dontDistribute super."distributed-process-registry"; + "distributed-process-simplelocalnet" = doDistribute super."distributed-process-simplelocalnet_0_2_3_0"; "distributed-process-supervisor" = doDistribute super."distributed-process-supervisor_0_1_2"; "distributed-process-task" = doDistribute super."distributed-process-task_0_1_1"; "distributed-process-tests" = dontDistribute super."distributed-process-tests"; @@ -5419,6 +5420,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5644,6 +5646,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.3.nix b/pkgs/development/haskell-modules/configuration-lts-2.3.nix index cea6010f9d5..f5c0bb7f4d3 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.3.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.3.nix @@ -5525,6 +5525,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5754,6 +5755,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.4.nix b/pkgs/development/haskell-modules/configuration-lts-2.4.nix index e8a13610815..b74571404f7 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.4.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.4.nix @@ -5522,6 +5522,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5750,6 +5751,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.5.nix b/pkgs/development/haskell-modules/configuration-lts-2.5.nix index 5486871c5a4..0ffe715f910 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.5.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.5.nix @@ -5519,6 +5519,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5747,6 +5748,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.6.nix b/pkgs/development/haskell-modules/configuration-lts-2.6.nix index 127d1d9b8eb..e43a0ede702 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.6.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.6.nix @@ -5512,6 +5512,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5740,6 +5741,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.7.nix b/pkgs/development/haskell-modules/configuration-lts-2.7.nix index 235c326a920..3215a2f23f2 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.7.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.7.nix @@ -5510,6 +5510,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5738,6 +5739,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.8.nix b/pkgs/development/haskell-modules/configuration-lts-2.8.nix index c7a91029427..914923cb6e9 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.8.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.8.nix @@ -5505,6 +5505,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5733,6 +5734,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.9.nix b/pkgs/development/haskell-modules/configuration-lts-2.9.nix index ae53152af1f..03c784ef742 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.9.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.9.nix @@ -5495,6 +5495,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5723,6 +5724,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "path" = dontDistribute super."path"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.0.nix b/pkgs/development/haskell-modules/configuration-lts-3.0.nix index 1e95a694c7b..2aaeb734cef 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.0.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.0.nix @@ -5184,6 +5184,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5400,6 +5401,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; "pathtype" = dontDistribute super."pathtype"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.1.nix b/pkgs/development/haskell-modules/configuration-lts-3.1.nix index 6ebfcc67b63..6811352e110 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.1.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.1.nix @@ -5175,6 +5175,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5391,6 +5392,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; "pathtype" = dontDistribute super."pathtype"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.2.nix b/pkgs/development/haskell-modules/configuration-lts-3.2.nix index fe08c0a30f0..eb7552d7584 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.2.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.2.nix @@ -5165,6 +5165,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5381,6 +5382,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; "pathtype" = dontDistribute super."pathtype"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.3.nix b/pkgs/development/haskell-modules/configuration-lts-3.3.nix index 2939f338b83..9003a7bca23 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.3.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.3.nix @@ -5153,6 +5153,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5369,6 +5370,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; "pathtype" = dontDistribute super."pathtype"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.4.nix b/pkgs/development/haskell-modules/configuration-lts-3.4.nix index 6bf6d6ef81f..d4cbf00504c 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.4.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.4.nix @@ -5152,6 +5152,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5367,6 +5368,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; "pathtype" = dontDistribute super."pathtype"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.5.nix b/pkgs/development/haskell-modules/configuration-lts-3.5.nix index 83ceef218fd..4a95dce3661 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.5.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.5.nix @@ -5136,6 +5136,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5350,6 +5351,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; "pathtype" = dontDistribute super."pathtype"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.6.nix b/pkgs/development/haskell-modules/configuration-lts-3.6.nix index 61705371367..a0f2f534e9a 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.6.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.6.nix @@ -5113,6 +5113,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5327,6 +5328,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; "pathtype" = dontDistribute super."pathtype"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.7.nix b/pkgs/development/haskell-modules/configuration-lts-3.7.nix index 02dece85d13..41d317b43dd 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.7.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.7.nix @@ -5079,6 +5079,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "nikepub" = dontDistribute super."nikepub"; "nimber" = dontDistribute super."nimber"; "nitro" = dontDistribute super."nitro"; + "nix-eval" = dontDistribute super."nix-eval"; "nix-paths" = dontDistribute super."nix-paths"; "nixfromnpm" = dontDistribute super."nixfromnpm"; "nixos-types" = dontDistribute super."nixos-types"; @@ -5291,6 +5292,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "pasty" = dontDistribute super."pasty"; "patch-combinators" = dontDistribute super."patch-combinators"; "patch-image" = dontDistribute super."patch-image"; + "patches-vector" = dontDistribute super."patches-vector"; "pathfinding" = dontDistribute super."pathfinding"; "pathfindingcore" = dontDistribute super."pathfindingcore"; "pathtype" = dontDistribute super."pathtype"; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index da776308cbf..e5122b92a6c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -13625,6 +13625,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {inherit (pkgs) mesa;}; + "OpenGLRaw_2_5_5_0" = callPackage + ({ mkDerivation, base, bytestring, containers, mesa, text + , transformers + }: + mkDerivation { + pname = "OpenGLRaw"; + version = "2.5.5.0"; + sha256 = "6313c6ae052eed18b5e4b154819c1fd968e7b0a29b9ea556dff1ca7efa8b9635"; + libraryHaskellDepends = [ + base bytestring containers text transformers + ]; + librarySystemDepends = [ mesa ]; + homepage = "http://www.haskell.org/haskellwiki/Opengl"; + description = "A raw binding for the OpenGL graphics system"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {inherit (pkgs) mesa;}; + "OpenGLRaw21" = callPackage ({ mkDerivation, OpenGLRaw }: mkDerivation { @@ -32362,8 +32380,8 @@ self: { pname = "binary-orphans"; version = "0.1.1.0"; sha256 = "a34b6ea3a5485859c3d83aa6d1e4535e05590ef543d01482beba757db1d14431"; - revision = "3"; - editedCabalFile = "7c3abcc503031ccbe6c876008c89ffef8f579777949438d2002936e274ee9359"; + revision = "4"; + editedCabalFile = "fa36536e5eb88459d26333acce69efd1e861e11d8cc87f9ce7e3a4ebfec74601"; libraryHaskellDepends = [ aeson base binary hashable scientific tagged text text-binary time unordered-containers vector vector-binary-instances @@ -32377,6 +32395,30 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "binary-orphans_0_1_2_0" = callPackage + ({ mkDerivation, aeson, base, binary, hashable + , quickcheck-instances, scientific, tagged, tasty, tasty-quickcheck + , text, text-binary, time, unordered-containers, vector + , vector-binary-instances + }: + mkDerivation { + pname = "binary-orphans"; + version = "0.1.2.0"; + sha256 = "7f83406c0b9c08df9d0d731f9616333f74422d5559fa1b1dc7c56aaf415605ab"; + libraryHaskellDepends = [ + aeson base binary hashable scientific tagged text text-binary time + unordered-containers vector vector-binary-instances + ]; + testHaskellDepends = [ + aeson base binary hashable quickcheck-instances scientific tagged + tasty tasty-quickcheck text time unordered-containers vector + ]; + homepage = "https://github.com/phadej/binary-orphans#readme"; + description = "Orphan instances for binary"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "binary-protocol" = callPackage ({ mkDerivation, base, binary, bytestring, mtl }: mkDerivation { @@ -38742,15 +38784,17 @@ self: { }: mkDerivation { pname = "calculator"; - version = "0.4.1.0"; - sha256 = "70c38b6de3da91feaef7838e8ea8c2235a58a2076d8483d39a2165dcdc63f4bd"; + version = "0.4.1.1"; + sha256 = "9601f78d63c42c7382990d33ca475a947f8d8317d6dbf47819345693fdb4442d"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base containers gtk haskeline hmatrix parsec plot-gtk-ui transformers ]; - testHaskellDepends = [ base containers parsec QuickCheck ]; + testHaskellDepends = [ + base containers gtk parsec plot-gtk-ui QuickCheck + ]; homepage = "https://github.com/sumitsahrawat/calculator"; description = "A calculator repl, with variables, functions & Mathematica like dynamic plots"; license = stdenv.lib.licenses.gpl2; @@ -45015,11 +45059,10 @@ self: { ({ mkDerivation, base, doctest, QuickCheck }: mkDerivation { pname = "composition-tree"; - version = "0.1.0.1"; - sha256 = "44592c6ad20bea7e0f74623c4107d4637bdcea2e15321255e9c6a852e65e5064"; + version = "0.1.1.0"; + sha256 = "c9272752122468297cd8212bad4b75dbb5c534a7cbedce08b603e118d0119c8c"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest QuickCheck ]; - jailbreak = true; homepage = "https://github.com/liamoc/composition-tree"; description = "Composition trees for arbitrary monoids"; license = stdenv.lib.licenses.bsd3; @@ -56182,6 +56225,29 @@ self: { license = stdenv.lib.licenses.gpl3; }) {}; + "digestive-functors-aeson_1_1_18" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers + , digestive-functors, HUnit, lens, lens-aeson, mtl, safe + , scientific, tasty, tasty-hunit, text, vector + }: + mkDerivation { + pname = "digestive-functors-aeson"; + version = "1.1.18"; + sha256 = "125cc4e14f3b9f67163b66f7ebf05c88137e4446ee79085d0ea550614ab483ad"; + libraryHaskellDepends = [ + aeson base containers digestive-functors lens lens-aeson safe text + vector + ]; + testHaskellDepends = [ + aeson base bytestring digestive-functors HUnit mtl scientific tasty + tasty-hunit text + ]; + homepage = "http://github.com/ocharles/digestive-functors-aeson"; + description = "Run digestive-functors forms against JSON"; + license = stdenv.lib.licenses.gpl3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "digestive-functors-blaze" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, digestive-functors , text @@ -57377,7 +57443,7 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; - "distributed-process-simplelocalnet" = callPackage + "distributed-process-simplelocalnet_0_2_3_0" = callPackage ({ mkDerivation, base, binary, bytestring, containers , data-accessor, distributed-process, network, network-multicast , network-transport, network-transport-tcp, transformers @@ -57397,6 +57463,28 @@ self: { homepage = "http://haskell-distributed.github.com"; description = "Simple zero-configuration backend for Cloud Haskell"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + + "distributed-process-simplelocalnet" = callPackage + ({ mkDerivation, base, binary, bytestring, containers + , data-accessor, distributed-process, network, network-multicast + , network-transport, network-transport-tcp, transformers + }: + mkDerivation { + pname = "distributed-process-simplelocalnet"; + version = "0.2.3.1"; + sha256 = "0efd9566945f5927eff128d928baa094720ef29ceec213fd3799e36ae3bcf1b5"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base binary bytestring containers data-accessor distributed-process + network network-multicast network-transport network-transport-tcp + transformers + ]; + homepage = "http://haskell-distributed.github.com"; + description = "Simple zero-configuration backend for Cloud Haskell"; + license = stdenv.lib.licenses.bsd3; }) {}; "distributed-process-supervisor_0_1_2" = callPackage @@ -114903,15 +114991,16 @@ self: { "logger" = callPackage ({ mkDerivation, ansi-wl-pprint, base, containers, lens, mtl - , template-haskell, time, transformers, unagi-chan + , template-haskell, time, time-locale-compat, transformers + , transformers-compat, unagi-chan }: mkDerivation { pname = "logger"; - version = "0.1.0.0"; - sha256 = "75a33ad12870d4b359576cb7411996eab019e300914935cca7234c32762446ec"; + version = "0.1.0.1"; + sha256 = "c8f23889771166abed2a043d83e907fd8368d7c8f12c6f15e36099c1f20ffdf3"; libraryHaskellDepends = [ ansi-wl-pprint base containers lens mtl template-haskell time - transformers unagi-chan + time-locale-compat transformers transformers-compat unagi-chan ]; jailbreak = true; homepage = "https://github.com/wdanilo/haskell-logger"; @@ -120533,6 +120622,30 @@ self: { license = stdenv.lib.licenses.asl20; }) {}; + "moesocks_1_0_0_30" = callPackage + ({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring + , containers, cryptohash, hslogger, HsOpenSSL, iproute, lens + , lens-aeson, mtl, network, optparse-applicative, random, stm + , strict, text, time, transformers, unordered-containers + }: + mkDerivation { + pname = "moesocks"; + version = "1.0.0.30"; + sha256 = "bdbc824d5d6c2732caedffe6874993b3e4fc8faef20982568288155afc54b554"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + aeson async attoparsec base binary bytestring containers cryptohash + hslogger HsOpenSSL iproute lens lens-aeson mtl network + optparse-applicative random stm strict text time transformers + unordered-containers + ]; + homepage = "https://github.com/nfjinjing/moesocks"; + description = "A functional firewall killer"; + license = stdenv.lib.licenses.asl20; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "mohws" = callPackage ({ mkDerivation, base, bytestring, containers, data-accessor , directory, explicit-exception, filepath, html, HTTP, network @@ -127343,6 +127456,21 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "nix-eval" = callPackage + ({ mkDerivation, base, process, QuickCheck, tasty, tasty-quickcheck + }: + mkDerivation { + pname = "nix-eval"; + version = "0.1.0.1"; + sha256 = "5bc5c66fec46440d0a546ba4bfdd0c770080224f9a69fd6344d33cfc765677d4"; + libraryHaskellDepends = [ base process ]; + testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; + homepage = "http://chriswarbo.net/git/nix-eval"; + description = "Evaluate Haskell expressions using Nix to get packages"; + license = "GPL"; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "nix-paths" = callPackage ({ mkDerivation, base, nix, process }: mkDerivation { @@ -128678,6 +128806,7 @@ self: { homepage = "https://github.com/krdlab/haskell-oidc-client"; description = "OpenID Connect 1.0 library for RP"; license = stdenv.lib.licenses.mit; + hydraPlatforms = [ "x86_64-darwin" "x86_64-linux" ]; }) {}; "ois-input-manager" = callPackage @@ -132378,6 +132507,25 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "patches-vector" = callPackage + ({ mkDerivation, base, doctest, edit-distance-vector, microlens + , QuickCheck, vector + }: + mkDerivation { + pname = "patches-vector"; + version = "0.1.0.0"; + sha256 = "569c80938fad6c296b0a5722e0e578bbc9509e521a3ce5bb3a341e1c4346a39e"; + libraryHaskellDepends = [ + base edit-distance-vector microlens vector + ]; + testHaskellDepends = [ base doctest QuickCheck ]; + jailbreak = true; + homepage = "https://github.com/liamoc/patches-vector"; + description = "A library for patches (diffs) on vectors, composable and invertible"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "path" = callPackage ({ mkDerivation, base, exceptions, filepath, hspec, HUnit, mtl , template-haskell