diff --git a/pkgs/development/haskell-modules/configuration-lts-0.0.nix b/pkgs/development/haskell-modules/configuration-lts-0.0.nix index 97f759f0257..f423ae84bf0 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.0.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.0.nix @@ -936,6 +936,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3069,6 +3070,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3151,6 +3153,8 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7239,6 +7243,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_7_3"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.1.nix b/pkgs/development/haskell-modules/configuration-lts-0.1.nix index be8209ac3e5..1f1be15ac17 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.1.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.1.nix @@ -936,6 +936,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3068,6 +3069,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3150,6 +3152,8 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7238,6 +7242,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_7_3"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.2.nix b/pkgs/development/haskell-modules/configuration-lts-0.2.nix index 241e6a35efd..15c9da959f1 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.2.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.2.nix @@ -936,6 +936,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3068,6 +3069,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3150,6 +3152,8 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7238,6 +7242,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_7_3"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.3.nix b/pkgs/development/haskell-modules/configuration-lts-0.3.nix index 3958126866e..10ba28eef40 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.3.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.3.nix @@ -936,6 +936,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3068,6 +3069,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3150,6 +3152,8 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7238,6 +7242,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_7_3"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.4.nix b/pkgs/development/haskell-modules/configuration-lts-0.4.nix index 9761195dd21..9fffe27fe4c 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.4.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.4.nix @@ -936,6 +936,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3067,6 +3068,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3149,6 +3151,8 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7233,6 +7237,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_8"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.5.nix b/pkgs/development/haskell-modules/configuration-lts-0.5.nix index 695890333b3..83e5cd24db0 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.5.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.5.nix @@ -936,6 +936,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3067,6 +3068,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3149,6 +3151,8 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7233,6 +7237,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_8"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.6.nix b/pkgs/development/haskell-modules/configuration-lts-0.6.nix index 85f0e0bbe9a..3e8c7342f3a 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.6.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.6.nix @@ -935,6 +935,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3064,6 +3065,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3146,6 +3148,8 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7227,6 +7231,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_8"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-0.7.nix b/pkgs/development/haskell-modules/configuration-lts-0.7.nix index 7e057cb90d8..4e96d1faf3c 100644 --- a/pkgs/development/haskell-modules/configuration-lts-0.7.nix +++ b/pkgs/development/haskell-modules/configuration-lts-0.7.nix @@ -935,6 +935,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3064,6 +3065,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3146,6 +3148,8 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7227,6 +7231,7 @@ self: super: assert super.ghc.name == "ghc-7.8.3"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_8"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.0.nix b/pkgs/development/haskell-modules/configuration-lts-1.0.nix index dd57b2ba1de..9e1e237c3bf 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.0.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.0.nix @@ -931,6 +931,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3048,6 +3049,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3130,6 +3132,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7205,6 +7209,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_8"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.1.nix b/pkgs/development/haskell-modules/configuration-lts-1.1.nix index 6e976ac3188..513b58ad44b 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.1.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.1.nix @@ -931,6 +931,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3041,6 +3042,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3123,6 +3125,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7189,6 +7193,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_8_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.10.nix b/pkgs/development/haskell-modules/configuration-lts-1.10.nix index 2fda9ea3d2c..4ef9bdbbf4f 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.10.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.10.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3030,6 +3031,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3111,6 +3113,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7153,6 +7157,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.11.nix b/pkgs/development/haskell-modules/configuration-lts-1.11.nix index 8bcdd325d1b..8bb273f88e6 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.11.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.11.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3029,6 +3030,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3110,6 +3112,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7147,6 +7151,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.12.nix b/pkgs/development/haskell-modules/configuration-lts-1.12.nix index 31a5e972e08..a24d72a38e6 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.12.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.12.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3029,6 +3030,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3110,6 +3112,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7145,6 +7149,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.13.nix b/pkgs/development/haskell-modules/configuration-lts-1.13.nix index 382e77e3b82..13827243cb1 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.13.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.13.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3028,6 +3029,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3109,6 +3111,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7142,6 +7146,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.14.nix b/pkgs/development/haskell-modules/configuration-lts-1.14.nix index b406fb4c180..977350175cc 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.14.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.14.nix @@ -929,6 +929,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3025,6 +3026,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_8"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3106,6 +3108,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7133,6 +7137,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.15.nix b/pkgs/development/haskell-modules/configuration-lts-1.15.nix index c1feccb2ad9..71ed124fe32 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.15.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.15.nix @@ -927,6 +927,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3019,6 +3020,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_8"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3100,6 +3102,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7121,6 +7125,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.2.nix b/pkgs/development/haskell-modules/configuration-lts-1.2.nix index c4519b3d731..44d33682d2f 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.2.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.2.nix @@ -931,6 +931,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3039,6 +3040,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3121,6 +3123,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7183,6 +7187,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_9_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.4.nix b/pkgs/development/haskell-modules/configuration-lts-1.4.nix index 0a34f13e0f5..4240e9a2697 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.4.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.4.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3036,6 +3037,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3118,6 +3120,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7176,6 +7180,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_9_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.5.nix b/pkgs/development/haskell-modules/configuration-lts-1.5.nix index 96be78983eb..d59d97ff233 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.5.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.5.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3035,6 +3036,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3117,6 +3119,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7174,6 +7178,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_9_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.7.nix b/pkgs/development/haskell-modules/configuration-lts-1.7.nix index 042a2b0f7bd..02faeb84ae5 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.7.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.7.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3034,6 +3035,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3116,6 +3118,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7167,6 +7171,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_9_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.8.nix b/pkgs/development/haskell-modules/configuration-lts-1.8.nix index 2e4fa124873..453fa00c053 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.8.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.8.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3032,6 +3033,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3114,6 +3116,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7162,6 +7166,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_9_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-1.9.nix b/pkgs/development/haskell-modules/configuration-lts-1.9.nix index c89a6bf6136..7def4be5548 100644 --- a/pkgs/development/haskell-modules/configuration-lts-1.9.nix +++ b/pkgs/development/haskell-modules/configuration-lts-1.9.nix @@ -930,6 +930,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -3032,6 +3033,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_7"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3113,6 +3115,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7158,6 +7162,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_9_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.0.nix b/pkgs/development/haskell-modules/configuration-lts-2.0.nix index fae97e05358..eff80738a2a 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.0.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.0.nix @@ -917,6 +917,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2993,6 +2994,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_9"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3074,6 +3076,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7041,6 +7045,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.1.nix b/pkgs/development/haskell-modules/configuration-lts-2.1.nix index d88043cd905..5424c2dae6d 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.1.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.1.nix @@ -917,6 +917,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2992,6 +2993,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_9"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3073,6 +3075,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7039,6 +7043,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.10.nix b/pkgs/development/haskell-modules/configuration-lts-2.10.nix index 49c91031007..1e984a2feb8 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.10.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.10.nix @@ -913,6 +913,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2967,6 +2968,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_10"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3048,6 +3050,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4750,6 +4754,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6965,6 +6970,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.11.nix b/pkgs/development/haskell-modules/configuration-lts-2.11.nix index f5daf0f8cfd..1acae55174b 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.11.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.11.nix @@ -913,6 +913,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2966,6 +2967,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_10"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3047,6 +3049,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4743,6 +4747,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6954,6 +6959,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.12.nix b/pkgs/development/haskell-modules/configuration-lts-2.12.nix index 7799440857d..acf3289d5f5 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.12.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.12.nix @@ -913,6 +913,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2966,6 +2967,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_10"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3047,6 +3049,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4743,6 +4747,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6953,6 +6958,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.13.nix b/pkgs/development/haskell-modules/configuration-lts-2.13.nix index 15a411179f8..967b99e9a24 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.13.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.13.nix @@ -913,6 +913,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2966,6 +2967,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3047,6 +3049,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4741,6 +4745,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6949,6 +6954,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.14.nix b/pkgs/development/haskell-modules/configuration-lts-2.14.nix index 7ca519aa723..993c0b08433 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.14.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.14.nix @@ -913,6 +913,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2963,6 +2964,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3044,6 +3046,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4737,6 +4741,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6943,6 +6948,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.15.nix b/pkgs/development/haskell-modules/configuration-lts-2.15.nix index 0ff015e43a9..c232fc7388b 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.15.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.15.nix @@ -913,6 +913,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2960,6 +2961,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3041,6 +3043,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4734,6 +4738,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6935,6 +6940,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.16.nix b/pkgs/development/haskell-modules/configuration-lts-2.16.nix index 201c943d8ec..3d9f8647754 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.16.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.16.nix @@ -910,6 +910,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2952,6 +2953,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3033,6 +3035,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4722,6 +4726,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6921,6 +6926,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.17.nix b/pkgs/development/haskell-modules/configuration-lts-2.17.nix index b1107bacdf1..42ba9aee048 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.17.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.17.nix @@ -910,6 +910,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2947,6 +2948,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3028,6 +3030,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4714,6 +4718,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6909,6 +6914,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.18.nix b/pkgs/development/haskell-modules/configuration-lts-2.18.nix index e2a3970e458..18bb88b135f 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.18.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.18.nix @@ -909,6 +909,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2941,6 +2942,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3022,6 +3024,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4706,6 +4710,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6898,6 +6903,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.19.nix b/pkgs/development/haskell-modules/configuration-lts-2.19.nix index ec2578a9938..d1f8663af2c 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.19.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.19.nix @@ -909,6 +909,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2941,6 +2942,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3021,6 +3023,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4705,6 +4709,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6892,6 +6897,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.2.nix b/pkgs/development/haskell-modules/configuration-lts-2.2.nix index 2c420f4dd46..2c12e7fd327 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.2.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.2.nix @@ -916,6 +916,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2989,6 +2990,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_9"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3070,6 +3072,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7034,6 +7038,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_10_0"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.20.nix b/pkgs/development/haskell-modules/configuration-lts-2.20.nix index beba76cec32..21124a4263a 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.20.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.20.nix @@ -909,6 +909,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2937,6 +2938,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3017,6 +3019,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4700,6 +4704,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6885,6 +6890,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.21.nix b/pkgs/development/haskell-modules/configuration-lts-2.21.nix index a4423937762..b3292b94c1e 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.21.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.21.nix @@ -909,6 +909,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2936,6 +2937,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3016,6 +3018,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4697,6 +4701,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6878,6 +6883,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.22.nix b/pkgs/development/haskell-modules/configuration-lts-2.22.nix index ff1342cf9d9..7bb840a92d7 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.22.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.22.nix @@ -908,6 +908,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2935,6 +2936,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_11"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3015,6 +3017,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4694,6 +4698,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6874,6 +6879,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.3.nix b/pkgs/development/haskell-modules/configuration-lts-2.3.nix index 9cb1dac09b5..9e75d1731d4 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.3.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.3.nix @@ -916,6 +916,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2987,6 +2988,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_9"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3068,6 +3070,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7030,6 +7034,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_11"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.4.nix b/pkgs/development/haskell-modules/configuration-lts-2.4.nix index 55fa05b30f6..1927ea1d5bb 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.4.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.4.nix @@ -916,6 +916,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2986,6 +2987,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_9"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3067,6 +3069,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7023,6 +7027,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.5.nix b/pkgs/development/haskell-modules/configuration-lts-2.5.nix index ebb43c6b3cb..6e825963044 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.5.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.5.nix @@ -916,6 +916,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2984,6 +2985,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_9"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3065,6 +3067,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7019,6 +7023,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.6.nix b/pkgs/development/haskell-modules/configuration-lts-2.6.nix index 18fa235f764..03ef3a1c493 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.6.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.6.nix @@ -916,6 +916,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2979,6 +2980,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_9"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3060,6 +3062,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7011,6 +7015,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.7.nix b/pkgs/development/haskell-modules/configuration-lts-2.7.nix index 5847477c15f..d8f8f9e8a6b 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.7.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.7.nix @@ -914,6 +914,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2977,6 +2978,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_9"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3058,6 +3060,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7009,6 +7013,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.8.nix b/pkgs/development/haskell-modules/configuration-lts-2.8.nix index 51d52a738cf..139196542ff 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.8.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.8.nix @@ -913,6 +913,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2974,6 +2975,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_10"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3055,6 +3057,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -7000,6 +7004,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-2.9.nix b/pkgs/development/haskell-modules/configuration-lts-2.9.nix index 5ed82d78fe8..0297a978ceb 100644 --- a/pkgs/development/haskell-modules/configuration-lts-2.9.nix +++ b/pkgs/development/haskell-modules/configuration-lts-2.9.nix @@ -913,6 +913,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2969,6 +2970,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "foldl" = doDistribute super."foldl_1_0_10"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -3050,6 +3052,8 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4758,6 +4762,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "lendingclub" = dontDistribute super."lendingclub"; "lens" = doDistribute super."lens_4_7_0_1"; "lens-action" = doDistribute super."lens-action_0_1_0_1"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-family" = dontDistribute super."lens-family"; "lens-properties" = dontDistribute super."lens-properties"; @@ -6984,6 +6989,7 @@ self: super: assert super.ghc.name == "ghc-7.8.4"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "streams" = doDistribute super."streams_3_2"; "strict-base-types" = dontDistribute super."strict-base-types"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.0.nix b/pkgs/development/haskell-modules/configuration-lts-3.0.nix index e0158489252..70a38a23c63 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.0.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.0.nix @@ -883,6 +883,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2807,6 +2808,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "fold-debounce-conduit" = dontDistribute super."fold-debounce-conduit"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -2885,6 +2887,8 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4478,6 +4482,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "leksah" = dontDistribute super."leksah"; "leksah-server" = dontDistribute super."leksah-server"; "lendingclub" = dontDistribute super."lendingclub"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-properties" = dontDistribute super."lens-properties"; "lens-regex" = dontDistribute super."lens-regex"; @@ -6560,6 +6565,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.1.nix b/pkgs/development/haskell-modules/configuration-lts-3.1.nix index 8aa372dff73..b136a8d3c0e 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.1.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.1.nix @@ -883,6 +883,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2801,6 +2802,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "fold-debounce-conduit" = dontDistribute super."fold-debounce-conduit"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -2879,6 +2881,8 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4471,6 +4475,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "leksah" = dontDistribute super."leksah"; "leksah-server" = dontDistribute super."leksah-server"; "lendingclub" = dontDistribute super."lendingclub"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-properties" = dontDistribute super."lens-properties"; "lens-regex" = dontDistribute super."lens-regex"; @@ -6548,6 +6553,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.2.nix b/pkgs/development/haskell-modules/configuration-lts-3.2.nix index 44246045f0e..25d45e618e9 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.2.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.2.nix @@ -880,6 +880,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2796,6 +2797,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "fold-debounce-conduit" = dontDistribute super."fold-debounce-conduit"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -2874,6 +2876,8 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4462,6 +4466,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "leksah" = dontDistribute super."leksah"; "leksah-server" = dontDistribute super."leksah-server"; "lendingclub" = dontDistribute super."lendingclub"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-properties" = dontDistribute super."lens-properties"; "lens-regex" = dontDistribute super."lens-regex"; @@ -6531,6 +6536,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.3.nix b/pkgs/development/haskell-modules/configuration-lts-3.3.nix index ea37a86c608..ca1280d6989 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.3.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.3.nix @@ -879,6 +879,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2786,6 +2787,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "fold-debounce-conduit" = dontDistribute super."fold-debounce-conduit"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -2864,6 +2866,8 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4450,6 +4454,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "leksah" = dontDistribute super."leksah"; "leksah-server" = dontDistribute super."leksah-server"; "lendingclub" = dontDistribute super."lendingclub"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-properties" = dontDistribute super."lens-properties"; "lens-regex" = dontDistribute super."lens-regex"; @@ -6508,6 +6513,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.4.nix b/pkgs/development/haskell-modules/configuration-lts-3.4.nix index dec4a5f3953..8562b83c1dd 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.4.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.4.nix @@ -879,6 +879,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2785,6 +2786,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "fold-debounce-conduit" = dontDistribute super."fold-debounce-conduit"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -2863,6 +2865,8 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4449,6 +4453,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "leksah" = dontDistribute super."leksah"; "leksah-server" = dontDistribute super."leksah-server"; "lendingclub" = dontDistribute super."lendingclub"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-properties" = dontDistribute super."lens-properties"; "lens-regex" = dontDistribute super."lens-regex"; @@ -6503,6 +6508,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-commons" = doDistribute super."streaming-commons_0_1_12_1"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/configuration-lts-3.5.nix b/pkgs/development/haskell-modules/configuration-lts-3.5.nix index 19d0c74c8c6..f615543076e 100644 --- a/pkgs/development/haskell-modules/configuration-lts-3.5.nix +++ b/pkgs/development/haskell-modules/configuration-lts-3.5.nix @@ -878,6 +878,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "Thingie" = dontDistribute super."Thingie"; "ThreadObjects" = dontDistribute super."ThreadObjects"; "Thrift" = dontDistribute super."Thrift"; + "Tic-Tac-Toe" = dontDistribute super."Tic-Tac-Toe"; "TicTacToe" = dontDistribute super."TicTacToe"; "TigerHash" = dontDistribute super."TigerHash"; "TimePiece" = dontDistribute super."TimePiece"; @@ -2776,6 +2777,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "fold-debounce-conduit" = dontDistribute super."fold-debounce-conduit"; "foldl-incremental" = dontDistribute super."foldl-incremental"; "foldl-transduce" = dontDistribute super."foldl-transduce"; + "foldl-transduce-attoparsec" = dontDistribute super."foldl-transduce-attoparsec"; "folds" = dontDistribute super."folds"; "folds-common" = dontDistribute super."folds-common"; "follower" = dontDistribute super."follower"; @@ -2854,6 +2856,8 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "full-text-search" = dontDistribute super."full-text-search"; "fullstop" = dontDistribute super."fullstop"; "funbot" = dontDistribute super."funbot"; + "funbot-client" = dontDistribute super."funbot-client"; + "funbot-ext-events" = dontDistribute super."funbot-ext-events"; "funcmp" = dontDistribute super."funcmp"; "function-combine" = dontDistribute super."function-combine"; "function-instances-algebra" = dontDistribute super."function-instances-algebra"; @@ -4434,6 +4438,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "leksah" = dontDistribute super."leksah"; "leksah-server" = dontDistribute super."leksah-server"; "lendingclub" = dontDistribute super."lendingclub"; + "lens-aeson" = doDistribute super."lens-aeson_1_0_0_4"; "lens-datetime" = dontDistribute super."lens-datetime"; "lens-properties" = dontDistribute super."lens-properties"; "lens-regex" = dontDistribute super."lens-regex"; @@ -6475,6 +6480,7 @@ self: super: assert super.ghc.name == "ghc-7.10.2"; { "streaming" = dontDistribute super."streaming"; "streaming-bytestring" = dontDistribute super."streaming-bytestring"; "streaming-histogram" = dontDistribute super."streaming-histogram"; + "streaming-utils" = dontDistribute super."streaming-utils"; "streamproc" = dontDistribute super."streamproc"; "strict-base-types" = dontDistribute super."strict-base-types"; "strict-concurrency" = dontDistribute super."strict-concurrency"; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 2e95d218169..b77293806ac 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -2363,6 +2363,7 @@ self: { filepath HUnit old-time process QuickCheck regex-posix test-framework test-framework-hunit test-framework-quickcheck2 unix ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "http://www.haskell.org/cabal/"; @@ -5951,6 +5952,8 @@ self: { sha256 = "4a8177e154ead5a7bcc110f8fe408f9cf720783dde024ac1936cd95b659b2d59"; libraryHaskellDepends = [ array base containers OpenGL OpenGLRaw ]; librarySystemDepends = [ freeglut mesa ]; + doHaddock = false; + doCheck = false; homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A binding for the OpenGL Utility Toolkit"; license = stdenv.lib.licenses.bsd3; @@ -8282,6 +8285,7 @@ self: { aeson aeson-pretty base bytestring directory filepath HUnit mtl process random regex-compat temporary text unordered-containers ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/skogsbaer/HTF/"; description = "The Haskell Test Framework"; @@ -8438,6 +8442,7 @@ self: { http-types httpd-shed HUnit mtl network network-uri pureMD5 split test-framework test-framework-hunit wai warp ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "https://github.com/haskell/HTTP"; @@ -8922,6 +8927,7 @@ self: { base bytestring containers filepath polyparse pretty random ]; executableHaskellDepends = [ base directory polyparse pretty ]; + doHaddock = false; homepage = "http://projects.haskell.org/HaXml/"; description = "Utilities for manipulating XML documents"; license = "LGPL"; @@ -11574,7 +11580,7 @@ self: { "MFlow_0_4_5_9" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, bytestring , case-insensitive, clientsession, conduit, conduit-extra - , containers, directory, extensible-exceptions, http-types + , containers, cpphs, directory, extensible-exceptions, http-types , monadloc, mtl, old-time, parsec, pwstore-fast, random , RefSerialize, resourcet, stm, TCache, text, time, transformers , utf8-string, vector, wai, wai-extra, warp, warp-tls, Workflow @@ -11591,6 +11597,7 @@ self: { transformers utf8-string vector wai wai-extra warp warp-tls Workflow ]; + libraryToolDepends = [ cpphs ]; description = "stateful, RESTful web framework"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -11606,8 +11613,8 @@ self: { }: mkDerivation { pname = "MFlow"; - version = "0.4.5.11"; - sha256 = "789aceb77d0e2497a6194dba2677e32b003292075bc36db66f272f559234f25f"; + version = "0.4.5.10"; + sha256 = "2c2e2c03b31f37f628e446cabaf544bf7b669d3e6a34b6c38798e89145c3b6c4"; libraryHaskellDepends = [ base blaze-html blaze-markup bytestring case-insensitive clientsession conduit conduit-extra containers directory @@ -11621,7 +11628,7 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "MFlow_0_4_5_12" = callPackage + "MFlow_0_4_5_13" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, bytestring , case-insensitive, clientsession, conduit, conduit-extra , containers, directory, extensible-exceptions, http-types @@ -11631,8 +11638,8 @@ self: { }: mkDerivation { pname = "MFlow"; - version = "0.4.5.12"; - sha256 = "baf7ecae6ce4a50b0193205e4f697bc7dda04434161d861e66fd1c44663e73bc"; + version = "0.4.5.13"; + sha256 = "cd0664d1ca4f447537a4a1f82cc5ab0f5793a8e48c0027e642b48bafa4b77415"; libraryHaskellDepends = [ base blaze-html blaze-markup bytestring case-insensitive clientsession conduit conduit-extra containers directory @@ -11926,6 +11933,7 @@ self: { hslogger HUnit mtl network old-locale old-time parsec process QuickCheck random regex-compat testpack time unix ]; + doCheck = false; homepage = "http://software.complete.org/missingh"; description = "Large utility library"; license = stdenv.lib.licenses.bsd3; @@ -13436,19 +13444,6 @@ self: { }) {inherit (pkgs) mesa;}; "OpenGLRaw" = callPackage - ({ mkDerivation, base, mesa, transformers }: - mkDerivation { - pname = "OpenGLRaw"; - version = "2.5.3.0"; - sha256 = "b749afebac567ffb4a0f6a0ce2eb480d975a0a89d4b07a3186f0ecdbec14f7f1"; - libraryHaskellDepends = [ base transformers ]; - librarySystemDepends = [ mesa ]; - homepage = "http://www.haskell.org/haskellwiki/Opengl"; - description = "A raw binding for the OpenGL graphics system"; - license = stdenv.lib.licenses.bsd3; - }) {inherit (pkgs) mesa;}; - - "OpenGLRaw_2_5_4_0" = callPackage ({ mkDerivation, base, mesa, transformers }: mkDerivation { pname = "OpenGLRaw"; @@ -13459,7 +13454,6 @@ self: { 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 @@ -17265,6 +17259,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "Tic-Tac-Toe" = callPackage + ({ mkDerivation, base, safe }: + mkDerivation { + pname = "Tic-Tac-Toe"; + version = "0.1.0.2"; + sha256 = "bfe5dd9b3bc2b7396282fe3036b096a3dfcac19d73ad10fc8609fb4e59c8c799"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ base safe ]; + homepage = "https://github.com/2016rshah/Tic-Tac-Toe"; + description = "Tic Tac Toe in your command line!"; + license = stdenv.lib.licenses.asl20; + }) {}; + "TicTacToe" = callPackage ({ mkDerivation, base, containers, HUnit, QuickCheck , test-framework, test-framework-hunit, test-framework-quickcheck2 @@ -20298,6 +20306,7 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; jailbreak = true; + doCheck = false; homepage = "http://github.com/ekmett/ad"; description = "Automatic Differentiation"; license = stdenv.lib.licenses.bsd3; @@ -21597,6 +21606,7 @@ self: { array base containers directory QuickCheck ]; testHaskellDepends = [ base process ]; + doCheck = false; homepage = "http://www.haskell.org/alex/"; description = "Alex is a tool for generating lexical analysers in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -25278,6 +25288,7 @@ self: { data-binary-ieee754 hspec hspec-expectations network split text vector ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/hreinhardt/amqp"; description = "Client library for AMQP servers (currently only RabbitMQ)"; @@ -25636,6 +25647,8 @@ self: { pname = "ansi-pretty"; version = "0.1.0.0"; sha256 = "9eba90356a94e3acc9227d60a2afa1f8e6bc853379b1da467a74913d04ffda1d"; + revision = "1"; + editedCabalFile = "7c4da8ee543df166730de7ac7bfdc2534b51dc39b138bcc160cf1e834b28f1d0"; libraryHaskellDepends = [ aeson ansi-wl-pprint array base bytestring containers generics-sop nats scientific semigroups tagged text time unordered-containers @@ -28448,6 +28461,7 @@ self: { sha256 = "3e809f4e354ef392cd7266dc35b8f660cb5810974159c5106a0c3ed7bf1db6a3"; libraryHaskellDepends = [ base conduit ]; doHaddock = false; + doCheck = false; homepage = "http://github.com/snoyberg/conduit"; description = "Consume attoparsec parsers via conduit. (deprecated)"; license = stdenv.lib.licenses.mit; @@ -32002,6 +32016,8 @@ self: { pname = "binary-orphans"; version = "0.1.1.0"; sha256 = "a34b6ea3a5485859c3d83aa6d1e4535e05590ef543d01482beba757db1d14431"; + revision = "2"; + editedCabalFile = "1a7c9d712f0bacd638ea86d1fe3b0cd7a63af45a272f58ce704b88e9640c3067"; libraryHaskellDepends = [ aeson base binary hashable scientific tagged text text-binary time unordered-containers vector vector-binary-instances @@ -32149,6 +32165,8 @@ self: { pname = "binary-tagged"; version = "0.1.1.0"; sha256 = "90cc9ae7d2d7bd24f0e8bd919ab948c26a478e96fbb0572905b2518948febdc0"; + revision = "1"; + editedCabalFile = "fd550ffa78871db7e461ba3fba5b85ec3bafe4c75a60f4f70237df6812045926"; libraryHaskellDepends = [ aeson array base binary bytestring containers generics-sop hashable scientific SHA tagged text time unordered-containers vector @@ -33533,6 +33551,7 @@ self: { sha256 = "e626310d69e0808586a9c7cc965a0c2eb3413d643271e523fef8037fc8f4458b"; libraryHaskellDepends = [ base bytes mtl transformers ]; testHaskellDepends = [ base directory doctest filepath ]; + doHaddock = false; doCheck = false; homepage = "http://github.com/analytics/bits"; description = "Various bit twiddling and bitwise serialization primitives"; @@ -35374,7 +35393,9 @@ self: { base binary bytestring cryptohash data-binary-ieee754 mtl network QuickCheck test-framework test-framework-quickcheck2 text time ]; + doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://github.com/mongodb-haskell/bson"; description = "BSON documents are JSON-like objects with a standard binary encoding"; license = "unknown"; @@ -36314,6 +36335,7 @@ self: { ]; doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://github.com/acw/bytestring-progress"; description = "A library for tracking the consumption of a lazy ByteString"; license = stdenv.lib.licenses.bsd3; @@ -36617,6 +36639,8 @@ self: { base filepath HUnit shelly test-framework test-framework-hunit text transformers ]; + doHaddock = false; + doCheck = false; homepage = "https://github.com/haskell/c2hs"; description = "C->Haskell FFI tool that gives some cross-language type safety"; license = stdenv.lib.licenses.gpl2; @@ -38917,6 +38941,7 @@ self: { testHaskellDepends = [ base HTF HUnit loch-th placeholders QuickCheck text ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "https://github.com/nikita-volkov/cases"; @@ -39419,6 +39444,7 @@ self: { libraryHaskellDepends = [ base bytestring directory filepath unix ]; + doHaddock = false; doCheck = false; description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures"; license = stdenv.lib.licenses.bsd3; @@ -39935,8 +39961,8 @@ self: { }: mkDerivation { pname = "cgrep"; - version = "6.5.4"; - sha256 = "2dd9112da6cde89934d8a65a93597b161928c23c01b1af25ffae72ee104c768a"; + version = "6.5.5"; + sha256 = "a886c6a406a6d0f371457536616ebc67bed0f03f2419e72e11412d3d0b41c828"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -40746,6 +40772,7 @@ self: { base byteable bytestring crypto-cipher-tests crypto-cipher-types QuickCheck test-framework test-framework-quickcheck2 ]; + doCheck = false; homepage = "https://github.com/vincenthz/hs-cipher-aes"; description = "Fast AES cipher implementation with advanced mode of operations"; license = stdenv.lib.licenses.bsd3; @@ -40768,6 +40795,7 @@ self: { base byteable bytestring crypto-cipher-tests crypto-cipher-types QuickCheck test-framework test-framework-quickcheck2 ]; + doCheck = false; homepage = "https://github.com/vincenthz/hs-cipher-aes"; description = "Fast AES cipher implementation with advanced mode of operations"; license = stdenv.lib.licenses.bsd3; @@ -44010,6 +44038,7 @@ self: { sha256 = "dfec0c4ce1eccd34c228951454a8f2ebab0bfbdf1cde68a70688196db2b9ff8f"; libraryHaskellDepends = [ base comonad ]; doHaddock = false; + doCheck = false; homepage = "http://github.com/ekmett/comonad-transformers/"; description = "This package has been merged into comonad 4.0"; license = stdenv.lib.licenses.bsd3; @@ -44023,6 +44052,7 @@ self: { sha256 = "3a70386e2ef3d6f444585f082de42e842a47dfe7bdbd807550839faf1bd8b7a7"; libraryHaskellDepends = [ base comonad ]; doHaddock = false; + doCheck = false; homepage = "http://github.com/ekmett/comonads-fd/"; description = "This package has been merged into comonad 4.0"; license = stdenv.lib.licenses.bsd3; @@ -44343,17 +44373,6 @@ self: { }) {}; "composition-extra" = callPackage - ({ mkDerivation, base, composition, contravariant }: - mkDerivation { - pname = "composition-extra"; - version = "1.2.0"; - sha256 = "de94ac4652901fd5da3c1c96cc18fa2ffef71465a293eca10adb08eac01bce18"; - libraryHaskellDepends = [ base composition contravariant ]; - description = "Combinators for unorthodox structure composition"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "composition-extra_2_0_0" = callPackage ({ mkDerivation, base, composition, contravariant }: mkDerivation { pname = "composition-extra"; @@ -44362,7 +44381,6 @@ self: { libraryHaskellDepends = [ base composition contravariant ]; description = "Combinators for unorthodox structure composition"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "compressed" = callPackage @@ -44687,6 +44705,7 @@ self: { async base HUnit random stm test-framework test-framework-hunit unbounded-delays ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/basvandijk/concurrent-extra"; description = "Extra concurrency primitives"; @@ -45909,8 +45928,8 @@ self: { }: mkDerivation { pname = "connection-pool"; - version = "0.1.2.1"; - sha256 = "f047b99c3a540f35435aa04a7c87ffe4b2280e9d273ac3a05f093fe0e1a00552"; + version = "0.1.3"; + sha256 = "0570c457c2d633487ab44edaaea9ebd117259e770048c4e26edd9504f65cbcfa"; libraryHaskellDepends = [ base between data-default-class monad-control network resource-pool streaming-commons time transformers-base @@ -53599,6 +53618,7 @@ self: { ]; doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://projects.haskell.org/diagrams"; description = "Embedded domain-specific language for declarative vector graphics"; license = stdenv.lib.licenses.bsd3; @@ -55910,6 +55930,7 @@ self: { old-locale random rank1dynamic stm syb template-haskell time transformers ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "http://haskell-distributed.github.com/"; @@ -58205,8 +58226,8 @@ self: { ({ mkDerivation, base, primitive, vector }: mkDerivation { pname = "dynamic-mvector"; - version = "0.1.0.3"; - sha256 = "650ce3518979be73c89adf627d64104bf486f370861d7bc9b3d6bf366175cddb"; + version = "0.1.0.4"; + sha256 = "a36fc29ba4b91d52beb1f2df6ba8a837c6f112ef31358b20f5d0056f20d788a6"; libraryHaskellDepends = [ base primitive vector ]; homepage = "https://github.com/AndrasKovacs/dynamic-mvector"; description = "A wrapper around MVector that enables pushing, popping and extending"; @@ -61113,6 +61134,7 @@ self: { mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck transformers ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "http://github.com/ekmett/ersatz"; @@ -61979,6 +62001,7 @@ self: { transformers transformers-compat ]; jailbreak = true; + doCheck = false; homepage = "http://github.com/ekmett/exceptions/"; description = "Extensible optionally-pure exceptions"; license = stdenv.lib.licenses.bsd3; @@ -63309,8 +63332,8 @@ self: { pname = "fay"; version = "0.23.1.8"; sha256 = "66bf327322a2342ce7dee9b981c5e8bd2876935acb1cbc847e0c1635717be29c"; - revision = "1"; - editedCabalFile = "ba0e82e6bdfe1037d7777281f84063d068aeffad244cb967b657554af69f7160"; + revision = "2"; + editedCabalFile = "e4c9ff4e2d4684879802958fe2cef7250a88d65827c027a81c5a5b329d47d8c7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -66222,6 +66245,7 @@ self: { version = "0.1.3"; sha256 = "1eab0c24475725b0d29f4ac3cefe07a75b06a48ed77a9758201f542132cd8686"; libraryHaskellDepends = [ base ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "https://github.com/nikita-volkov/focus"; @@ -66421,6 +66445,27 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "foldl-transduce-attoparsec" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, doctest, foldl + , foldl-transduce, monoid-subclasses, tasty, tasty-hunit, text + , transformers + }: + mkDerivation { + pname = "foldl-transduce-attoparsec"; + version = "0.1.0.1"; + sha256 = "380616c9d8ef4997ad6793ae3ac9ddd699091cefabcfcff4c981279543bdb677"; + libraryHaskellDepends = [ + attoparsec base bytestring foldl-transduce monoid-subclasses text + transformers + ]; + testHaskellDepends = [ + attoparsec base doctest foldl foldl-transduce tasty tasty-hunit + text transformers + ]; + description = "Attoparsec and foldl-transduce integration"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "folds" = callPackage ({ mkDerivation, base, bytestring, comonad, contravariant, deepseq , directory, doctest, filepath, lens, mtl, pointed, profunctors @@ -67901,6 +67946,7 @@ self: { async base directory system-fileio system-filepath tasty tasty-hunit temporary-rc ]; + doHaddock = false; doCheck = false; description = "Cross platform library for file change notification"; license = stdenv.lib.licenses.bsd3; @@ -68160,6 +68206,37 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "funbot-client" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, bytestring + , funbot-ext-events, HTTP, network-uri + }: + mkDerivation { + pname = "funbot-client"; + version = "0.1.0.1"; + sha256 = "22072804b49929a100e92a067c7e79f6d30b506cbb3f3bb487db02501b33afba"; + revision = "1"; + editedCabalFile = "449437e7cb240595b590cc3d34b0f08471870961bbf9faf9b4344646223c402b"; + libraryHaskellDepends = [ + aeson aeson-pretty base bytestring funbot-ext-events HTTP + network-uri + ]; + homepage = "https://notabug.org/fr33domlover/funbot-client/"; + description = "Report events to FunBot over a JSON/HTTP API"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + + "funbot-ext-events" = callPackage + ({ mkDerivation, aeson, base, text }: + mkDerivation { + pname = "funbot-ext-events"; + version = "0.1.0.0"; + sha256 = "5e37649835bc82210744615b623608f5e5d450487a4a598b1b43eed8184c37c8"; + libraryHaskellDepends = [ aeson base text ]; + homepage = "https://notabug.org/fr33domlover/funbot-ext-events/"; + description = "Interact with FunBot's external events"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "funcmp" = callPackage ({ mkDerivation, base, filepath, process }: mkDerivation { @@ -70590,6 +70667,7 @@ self: { base cmdargs containers directory extra filepath process tasty tasty-hunit terminal-size time ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/ndmitchell/ghcid#readme"; description = "GHCi based bare bones IDE"; @@ -70868,6 +70946,8 @@ self: { array base bytestring containers glib mtl ]; libraryToolDepends = [ gtk2hs-buildtools ]; + doHaddock = false; + doCheck = false; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GIO"; license = stdenv.lib.licenses.lgpl21; @@ -72201,7 +72281,9 @@ self: { ]; libraryPkgconfigDepends = [ glib ]; libraryToolDepends = [ gtk2hs-buildtools ]; + doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GLIB library for Gtk2Hs"; license = stdenv.lib.licenses.lgpl21; @@ -74456,6 +74538,7 @@ self: { sha256 = "6671953fa0970c13ac8014278fcd6227b4c07e1a69d5a23965e2df1418218a22"; libraryHaskellDepends = [ base semigroupoids ]; doHaddock = false; + doCheck = false; homepage = "http://github.com/ekmett/groupoids/"; description = "This package has been absorbed into semigroupoids 4.0"; license = stdenv.lib.licenses.bsd3; @@ -74694,6 +74777,8 @@ self: { ]; libraryPkgconfigDepends = [ gtk ]; libraryToolDepends = [ gtk2hs-buildtools ]; + doHaddock = false; + doCheck = false; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the Gtk+ graphical user interface library"; license = stdenv.lib.licenses.lgpl21; @@ -78007,6 +78092,7 @@ self: { sha256 = "d1c94b259163cb37f5c02ef3418ebf4caf8d95c8ee00588d4493aa3aae1a8a66"; libraryHaskellDepends = [ base shakespeare ]; doHaddock = false; + doCheck = false; homepage = "http://www.yesodweb.com/book/shakespearean-templates"; description = "Haml-like template files that are compile-time checked (deprecated)"; license = stdenv.lib.licenses.mit; @@ -78818,7 +78904,9 @@ self: { testHaskellDepends = [ base bytestring containers HUnit parsec zlib ]; + doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://happstack.com"; description = "Web related tools and services"; license = stdenv.lib.licenses.bsd3; @@ -79452,7 +79540,9 @@ self: { base bytestring ghc-prim HUnit QuickCheck random test-framework test-framework-hunit test-framework-quickcheck2 text unix ]; + doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://github.com/tibbe/hashable"; description = "A class for types that can be converted to a hash value"; license = stdenv.lib.licenses.bsd3; @@ -82605,6 +82695,7 @@ self: { testHaskellDepends = [ base bytestring directory HUnit mtl syb text ]; + doCheck = false; homepage = "http://github.com/lymar/hastache"; description = "Haskell implementation of Mustache templates"; license = stdenv.lib.licenses.bsd3; @@ -83992,6 +84083,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base directory doctest filepath ]; jailbreak = true; + doCheck = false; homepage = "http://github.com/ekmett/heaps/"; description = "Asymptotically optimal Brodal/Okasaki heaps"; license = stdenv.lib.licenses.bsd3; @@ -84717,6 +84809,8 @@ self: { pname = "hermit"; version = "1.0.0.0"; sha256 = "7b66b8d8c9d1f6eb2c7e37dfc932884f299e26e80b6dad163174f428c47d6dd4"; + revision = "1"; + editedCabalFile = "e16afd9af9b41f5d2f1e30625045865bb315f0c8daf469a0f5b491064323060d"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -94387,6 +94481,8 @@ self: { revision = "1"; editedCabalFile = "d41ebaf2f80c6ae149a944cd77e31fce98c0eea45cf47a561c5c25d48e03107f"; libraryHaskellDepends = [ base hspec hspec-discover ]; + doHaddock = false; + doCheck = false; homepage = "http://hspec.github.io/"; description = "Alpha version of Hspec 2.0"; license = stdenv.lib.licenses.mit; @@ -104337,6 +104433,39 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "json-autotype_1_0_10" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, directory + , filepath, GenericPretty, hashable, hflags, hint, lens, mtl + , pretty, process, QuickCheck, scientific, smallcheck, text + , uniplate, unordered-containers, vector + }: + mkDerivation { + pname = "json-autotype"; + version = "1.0.10"; + sha256 = "38201e4322d1bc98c05cab499704a52e1725c3547edd58d3e45e97a3929c70ea"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring containers filepath GenericPretty hashable + hflags hint lens mtl pretty process scientific text uniplate + unordered-containers vector + ]; + executableHaskellDepends = [ + aeson base bytestring containers filepath GenericPretty hashable + hflags hint lens mtl pretty process scientific text uniplate + unordered-containers vector + ]; + testHaskellDepends = [ + aeson base bytestring containers directory filepath GenericPretty + hashable hflags lens mtl pretty process QuickCheck scientific + smallcheck text uniplate unordered-containers vector + ]; + homepage = "https://github.com/mgajda/json-autotype"; + description = "Automatic type declaration for JSON input data"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "json-b" = callPackage ({ mkDerivation, base, bytestring, bytestring-nums, bytestring-trie , bytestringparser-temporary, containers, utf8-string @@ -105738,15 +105867,16 @@ self: { }) {}; "keera-hails-reactive-gtk" = callPackage - ({ mkDerivation, base, gtk, gtk-helpers, keera-hails-reactivevalues - , mtl, transformers + ({ mkDerivation, base, bytestring, cairo, glib, gtk, gtk-helpers + , keera-hails-reactivevalues, mtl, transformers }: mkDerivation { pname = "keera-hails-reactive-gtk"; - version = "0.1"; - sha256 = "81353ed9e0a293359ebd30e520191290ee25929ad5136f2d606721ad3800f411"; + version = "0.3"; + sha256 = "7b647e929779e021a324864ad370998eafc47cbc985a181f84816bd2004c722c"; libraryHaskellDepends = [ - base gtk gtk-helpers keera-hails-reactivevalues mtl transformers + base bytestring cairo glib gtk gtk-helpers + keera-hails-reactivevalues mtl transformers ]; homepage = "http://www.keera.es/blog/community/"; description = "Haskell on Gtk rails - Reactive Fields for Gtk widgets"; @@ -105817,8 +105947,8 @@ self: { ({ mkDerivation, base, contravariant }: mkDerivation { pname = "keera-hails-reactivevalues"; - version = "0.1.2.1"; - sha256 = "2631e4ae7ddc8a99ba39173d8a2e19f77bc39d339cf0b24e58e07c940b8c34e8"; + version = "0.2.0.0"; + sha256 = "79f88ebd5b1902f37bfc2aa74f414fd4fabc9cba997e778395817c7ae51e9616"; libraryHaskellDepends = [ base contravariant ]; homepage = "http://www.keera.es/blog/community/"; description = "Haskell on Rails - Reactive Values"; @@ -107940,6 +108070,7 @@ self: { mtl parsec QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 uniplate wl-pprint ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "http://github.com/jswebtools/language-ecmascript"; @@ -108151,6 +108282,7 @@ self: { base directory filepath HUnit mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + doHaddock = false; doCheck = false; homepage = "http://github.com/vincenthz/language-java"; description = "Manipulating Java source: abstract syntax, lexer, parser, and pretty-printer"; @@ -108396,6 +108528,27 @@ self: { maintainers = with stdenv.lib.maintainers; [ simons ]; }) {}; + "language-nix_2_1" = callPackage + ({ mkDerivation, base, base-compat, Cabal, deepseq, doctest, lens + , pretty, QuickCheck + }: + mkDerivation { + pname = "language-nix"; + version = "2.1"; + sha256 = "ade0e0d0722e5b4fca532b4f0d1bc4827b767f912393b9023a80554fa889e044"; + libraryHaskellDepends = [ + base base-compat Cabal deepseq lens pretty QuickCheck + ]; + testHaskellDepends = [ + base base-compat Cabal deepseq doctest lens pretty QuickCheck + ]; + homepage = "https://github.com/peti/language-nix#readme"; + description = "Data types and useful functions to represent and manipulate the Nix language"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + maintainers = with stdenv.lib.maintainers; [ simons ]; + }) {}; + "language-objc" = callPackage ({ mkDerivation, alex, array, base, bytestring, containers , directory, filepath, happy, newtype, pretty, process, syb @@ -108790,6 +108943,31 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "lattices_1_4" = callPackage + ({ mkDerivation, base, containers, deepseq, hashable, QuickCheck + , semigroups, tagged, tasty, tasty-quickcheck, transformers + , universe-base, universe-reverse-instances, unordered-containers + , void + }: + mkDerivation { + pname = "lattices"; + version = "1.4"; + sha256 = "89ef3b9b7989a420484943b4d839b098473b5e9aa56524816e3312dfb524a5b9"; + revision = "1"; + editedCabalFile = "509124867c08a750b451a89c5a35b7f80036cb449ccb3e1117dbeca9fc73ded2"; + libraryHaskellDepends = [ + base containers deepseq hashable semigroups tagged universe-base + universe-reverse-instances unordered-containers void + ]; + testHaskellDepends = [ + base QuickCheck tasty tasty-quickcheck transformers + ]; + homepage = "http://github.com/phadej/lattices/"; + description = "Fine-grained library for constructing and manipulating lattices"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "launchpad-control" = callPackage ({ mkDerivation, array, base, containers, hmidi, mtl, transformers }: @@ -109355,7 +109533,9 @@ self: { test-framework-quickcheck2 test-framework-th text transformers unordered-containers vector ]; + doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://github.com/ekmett/lens/"; description = "Lenses, Folds and Traversals"; license = stdenv.lib.licenses.bsd3; @@ -109536,7 +109716,7 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; - "lens-aeson" = callPackage + "lens-aeson_1_0_0_4" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, directory , doctest, filepath, generic-deriving, lens, scientific, semigroups , simple-reflect, text, unordered-containers, vector @@ -109558,9 +109738,10 @@ self: { homepage = "http://github.com/lens/lens-aeson/"; description = "Law-abiding lenses for aeson"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; }) {}; - "lens-aeson_1_0_0_5" = callPackage + "lens-aeson" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, directory , doctest, filepath, generic-deriving, lens, scientific, semigroups , simple-reflect, text, unordered-containers, vector @@ -109582,7 +109763,6 @@ self: { homepage = "http://github.com/lens/lens-aeson/"; description = "Law-abiding lenses for aeson"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "lens-datetime" = callPackage @@ -110857,6 +111037,7 @@ self: { base HUnit monad-control test-framework test-framework-hunit transformers transformers-base transformers-compat ]; + doCheck = false; homepage = "https://github.com/basvandijk/lifted-base"; description = "lifted IO operations from the base library"; license = stdenv.lib.licenses.bsd3; @@ -114227,6 +114408,7 @@ self: { base bytestring conduit HUnit QuickCheck resourcet test-framework test-framework-hunit test-framework-quickcheck2 ]; + doCheck = false; homepage = "http://github.com/alphaHeavy/lzma-conduit"; description = "Conduit interface for lzma/xz compression"; license = stdenv.lib.licenses.bsd3; @@ -115963,6 +116145,7 @@ self: { base HUnit ieee754 QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 vector ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/bos/math-functions"; description = "Special functions and Chebyshev polynomials"; @@ -118799,6 +118982,8 @@ self: { version = "0.3.3.0"; sha256 = "ef44c9943760f2120eb450182852d6150390daa2de4b87e9dda9591e89714e6e"; libraryHaskellDepends = [ base transformers transformers-base ]; + doHaddock = false; + doCheck = false; homepage = "https://github.com/basvandijk/monad-control"; description = "Lift control operations, like exception catching, through monad transformers"; license = stdenv.lib.licenses.bsd3; @@ -119346,6 +119531,8 @@ self: { test-framework-hunit test-framework-quickcheck2 test-framework-th time ]; + doHaddock = false; + doCheck = false; homepage = "https://github.com/simonmar/monad-par"; description = "A library for parallel programming based on a monad"; license = stdenv.lib.licenses.bsd3; @@ -121161,6 +121348,7 @@ self: { version = "1.0.2"; sha256 = "dedd1e54e8d433140f485e187de448e96270ca2e4a873cacbd034fda51f68067"; libraryHaskellDepends = [ mtl transformers ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/nikita-volkov/mtl-prelude"; description = "Reexports of most definitions from \"mtl\" and \"transformers\""; @@ -123252,6 +123440,7 @@ self: { base base-prelude parsec template-haskell ]; testHaskellDepends = [ base-prelude HTF ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "https://github.com/nikita-volkov/neat-interpolation"; @@ -123757,6 +123946,7 @@ self: { QuickCheck tagged test-framework test-framework-hunit test-framework-quickcheck2 ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/stbuehler/haskell-nettle"; description = "safe nettle binding"; @@ -124902,6 +125092,7 @@ self: { testHaskellDepends = [ base network network-transport network-transport-tests ]; + doHaddock = false; doCheck = false; homepage = "http://haskell-distributed.github.com"; description = "TCP instantiation of Network.Transport"; @@ -128940,7 +129131,9 @@ self: { process QuickCheck syb test-framework test-framework-hunit test-framework-quickcheck2 text zip-archive ]; + doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://johnmacfarlane.net/pandoc"; description = "Conversion between markup formats"; license = "GPL"; @@ -129064,7 +129257,9 @@ self: { aeson base bytestring directory filepath pandoc pandoc-types process temporary text yaml ]; + doHaddock = false; jailbreak = true; + doCheck = false; description = "Supports using pandoc with citeproc"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -129162,6 +129357,37 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "pandoc-citeproc_0_7_4" = callPackage + ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring + , containers, data-default, directory, filepath, hs-bibutils, mtl + , old-locale, pandoc, pandoc-types, parsec, process, rfc5051 + , setenv, split, syb, tagsoup, temporary, text, time, vector + , xml-conduit, yaml + }: + mkDerivation { + pname = "pandoc-citeproc"; + version = "0.7.4"; + sha256 = "905112d8995fb6de5ee4c4bfd62cc89baa3bf1598f258aaba1704f85cf739fd2"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring containers data-default directory filepath + hs-bibutils mtl old-locale pandoc pandoc-types parsec rfc5051 + setenv split syb tagsoup text time vector xml-conduit yaml + ]; + executableHaskellDepends = [ + aeson aeson-pretty attoparsec base bytestring containers directory + filepath pandoc pandoc-types process syb temporary text vector yaml + ]; + testHaskellDepends = [ + aeson base bytestring directory filepath pandoc pandoc-types + process temporary text yaml + ]; + description = "Supports using pandoc with citeproc"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "pandoc-crossref" = callPackage ({ mkDerivation, base, bytestring, containers, data-default, hspec , mtl, pandoc, pandoc-types, process, yaml @@ -129188,10 +129414,8 @@ self: { ({ mkDerivation, base, csv, pandoc, pandoc-types, text }: mkDerivation { pname = "pandoc-csv2table"; - version = "1.0.1"; - sha256 = "0b872c518f3d3f1ca178e8a6cd2581f0a3b294cfd533e19fccd0fd95dcd79d2c"; - revision = "3"; - editedCabalFile = "4168dab7a87533c54ed9108ae6a65c71ec20642b85091d74b7dbf46b5c27b683"; + version = "1.0.2"; + sha256 = "0818e8b8e88e98b162a4fb7a9369cf3e54a2108f428d3a88b0217c7b58a6d961"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base csv pandoc pandoc-types text ]; @@ -129367,6 +129591,8 @@ self: { ]; libraryPkgconfigDepends = [ pango ]; libraryToolDepends = [ gtk2hs-buildtools ]; + doHaddock = false; + doCheck = false; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the Pango text rendering engine"; license = stdenv.lib.licenses.lgpl21; @@ -130002,6 +130228,7 @@ self: { attoparsec base bytestring containers directory doctest filepath parsec QuickCheck quickcheck-instances ]; + doCheck = false; homepage = "http://github.com/ekmett/parsers/"; description = "Parsing combinators"; license = stdenv.lib.licenses.bsd3; @@ -130091,6 +130318,7 @@ self: { revision = "1"; editedCabalFile = "30dcb7f4190d779bcc35e9bfa48bb3620b8c48fbfa8627ab8a9a4633409e3288"; libraryHaskellDepends = [ base ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "https://github.com/nikita-volkov/partial-handler"; @@ -136109,6 +136337,30 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "postgresql-simple_0_5_0_0" = callPackage + ({ mkDerivation, aeson, attoparsec, base, base16-bytestring + , bytestring, bytestring-builder, case-insensitive, containers + , cryptohash, hashable, HUnit, postgresql-libpq, scientific + , template-haskell, text, time, transformers, uuid-types, vector + }: + mkDerivation { + pname = "postgresql-simple"; + version = "0.5.0.0"; + sha256 = "820799a45f715938e7c5b427e1e273a6116cd616e8b210843ad462f7f299ed1f"; + libraryHaskellDepends = [ + aeson attoparsec base bytestring bytestring-builder + case-insensitive containers hashable postgresql-libpq scientific + template-haskell text time transformers uuid-types vector + ]; + testHaskellDepends = [ + aeson base base16-bytestring bytestring containers cryptohash HUnit + text time vector + ]; + description = "Mid-Level PostgreSQL client library"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "postgresql-simple-migration" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring, cryptohash , directory, hspec, postgresql-simple, time @@ -136172,8 +136424,8 @@ self: { pname = "postgresql-simple-url"; version = "0.1.0.1"; sha256 = "cf165ec652e1192f392349e09e413a776921ddef71d95bac0d23e9f81cfbe8a0"; - revision = "1"; - editedCabalFile = "8cdcca53b40836c02b8922c56c9f7bd4be142392ecfcdaf89cb9e973f9200651"; + revision = "6"; + editedCabalFile = "316507c07968bf66036b35f24ee6899bfcca65978730197a2687c9ccc3b2a48d"; libraryHaskellDepends = [ base network-uri postgresql-simple split ]; @@ -136181,7 +136433,7 @@ self: { base postgresql-simple tasty tasty-quickcheck ]; homepage = "https://github.com/futurice/postgresql-simple-url"; - description = "PostgreSQL"; + description = "Parse postgres:// url into ConnectInfo"; license = stdenv.lib.licenses.mit; }) {}; @@ -136519,29 +136771,6 @@ self: { }) {}; "pred-trie" = callPackage - ({ mkDerivation, base, composition-extra, mtl, QuickCheck - , quickcheck-instances, semigroups, tasty, tasty-hunit - , tasty-quickcheck - }: - mkDerivation { - pname = "pred-trie"; - version = "0.2.4"; - sha256 = "5c527bdf613fc14111d4fb3c133c00f44506eae4bae2fa983915a3bf2679f891"; - revision = "1"; - editedCabalFile = "e3dd1ffa6101e3ac094e8065133fccd90d0c07da32761adb7023ead9ac8b587a"; - libraryHaskellDepends = [ - base composition-extra mtl QuickCheck semigroups - ]; - testHaskellDepends = [ - base composition-extra mtl QuickCheck quickcheck-instances - semigroups tasty tasty-hunit tasty-quickcheck - ]; - doCheck = false; - description = "Predicative tries"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "pred-trie_0_3_0" = callPackage ({ mkDerivation, base, composition-extra, containers, mtl , QuickCheck, semigroups, tries }: @@ -136552,10 +136781,9 @@ self: { libraryHaskellDepends = [ base composition-extra containers mtl QuickCheck semigroups tries ]; - jailbreak = true; + doCheck = false; description = "Predicative tries"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "predicates" = callPackage @@ -137737,6 +137965,7 @@ self: { sha256 = "8a3c51ef41d686e39f87875dd48e72e5aa83956125bdf9922edf531c292a4482"; libraryHaskellDepends = [ base profunctors ]; doHaddock = false; + doCheck = false; homepage = "http://github.com/ekmett/profunctor-extras/"; description = "This package has been absorbed into profunctors 4.0"; license = stdenv.lib.licenses.bsd3; @@ -138851,6 +139080,7 @@ self: { testHaskellDepends = [ base bytestring cereal encoding HUnit mtl QuickCheck text ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/litherum/punycode"; description = "Encode unicode strings to ascii forms according to RFC 3492"; @@ -140888,12 +141118,11 @@ self: { ({ mkDerivation, base, containers, tasty, tasty-quickcheck }: mkDerivation { pname = "range-set-list"; - version = "0.0.7"; - sha256 = "489cc05cbea9201e48c4e9f2ee9d23a1e19f7e6bc214a3e20859f5b55f49fce1"; + version = "0.1.0.0"; + sha256 = "c5edb5773ca6df108625f1bf9002b5f71868bab43d0ef9b7c84cb3fc2e0529a9"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base containers tasty tasty-quickcheck ]; - jailbreak = true; - homepage = "https://github.com/phadej/range-set-list"; + homepage = "https://github.com/phadej/range-set-list#readme"; description = "Memory efficient sets with continuous ranges of elements"; license = stdenv.lib.licenses.mit; }) {}; @@ -143351,8 +143580,8 @@ self: { }: mkDerivation { pname = "relational-query"; - version = "0.5.2.0"; - sha256 = "5858ba3cec48e46eedfa4b8255fd6b3bc250e5256fe2c0e6e3e0944fb5453b41"; + version = "0.6.0.0"; + sha256 = "2b310981f78613fcb3f884430c3dbb13d3e9804890d9f664c51f499b09f3bcc5"; libraryHaskellDepends = [ array base bytestring containers dlist names-th persistable-record sql-words template-haskell text time time-locale-compat @@ -147433,6 +147662,7 @@ self: { array base cereal containers lens lens-action quickcheck-instances tasty tasty-quickcheck template-haskell time vector ]; + doCheck = false; homepage = "http://acid-state.seize.it/safecopy"; description = "Binary serialization with version control"; license = stdenv.lib.licenses.publicDomain; @@ -149767,6 +149997,7 @@ self: { sha256 = "6f54b62203043fca77b13a2105bb2f82fa5cd90d6b20ac6bba99716fc93f4a1d"; libraryHaskellDepends = [ base semigroupoids ]; doHaddock = false; + doCheck = false; homepage = "http://github.com/ekmett/semigroupoid-extras"; description = "This package has been absorbed into semigroupoids 4.0"; license = stdenv.lib.licenses.bsd3; @@ -151459,6 +151690,7 @@ self: { revision = "1"; editedCabalFile = "c5916ac0d2a828473cd171261328a290afe0abd799db1ac8c310682fe778c45b"; libraryHaskellDepends = [ base unix ]; + doCheck = false; description = "A cross-platform library for setting environment variables"; license = stdenv.lib.licenses.mit; }) {}; @@ -152387,6 +152619,7 @@ self: { sha256 = "4518987cf113b8c8a52f8043dcb60f70f2cad12d778dd181ed6da276727a102a"; libraryHaskellDepends = [ base shakespeare ]; doHaddock = false; + doCheck = false; homepage = "http://www.yesodweb.com/book/shakespearean-templates"; description = "A type-based approach to internationalization. (deprecated)"; license = stdenv.lib.licenses.mit; @@ -152413,6 +152646,7 @@ self: { sha256 = "2c1b041116648d5b0a13e524e94024f5bd17e2649d2e9e3418c66295568f3da2"; libraryHaskellDepends = [ base shakespeare ]; doHaddock = false; + doCheck = false; homepage = "http://www.yesodweb.com/book/shakespearean-templates"; description = "Interpolation with quasi-quotation: put variables strings (deprecated)"; license = stdenv.lib.licenses.mit; @@ -153703,6 +153937,7 @@ self: { base bytestring conduit conduit-extra directory hspec HUnit network process resourcet unix ]; + doHaddock = false; doCheck = false; description = "Cross platform library for the sendfile system call"; license = stdenv.lib.licenses.bsd3; @@ -154117,6 +154352,7 @@ self: { testHaskellDepends = [ base Cabal constraints filepath process tasty tasty-golden ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "http://www.cis.upenn.edu/~eir/packages/singletons"; @@ -154294,6 +154530,8 @@ self: { pname = "sized-types"; version = "0.5.1"; sha256 = "c76772fc89028f5407906bc699e7dd98e02328d0fe98c151706100e49f4899db"; + revision = "1"; + editedCabalFile = "b6a0520904cba8a44505d78d4188a94ccdf67be3c376c0cbd49c92e07943d17c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -154624,6 +154862,7 @@ self: { testHaskellDepends = [ base base-prelude HTF QuickCheck quickcheck-instances SafeSemaphore ]; + doHaddock = false; jailbreak = true; doCheck = false; homepage = "https://github.com/nikita-volkov/slave-thread"; @@ -159956,6 +160195,7 @@ self: { QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 vector vector-algorithms ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/bos/statistics"; description = "A library of statistical types, data, and functions"; @@ -161071,14 +161311,16 @@ self: { }) {}; "streaming" = callPackage - ({ mkDerivation, base, mmorph, mtl, transformers }: + ({ mkDerivation, base, bytestring, mmorph, mtl, transformers }: mkDerivation { pname = "streaming"; - version = "0.1.0.17"; - sha256 = "577e8adf2fec1abc29dc06f7ddd15b2d8adc2fb015fbb4b27a2f35a1eca9bfc4"; - libraryHaskellDepends = [ base mmorph mtl transformers ]; + version = "0.1.0.20"; + sha256 = "59214d21300f44945b23f8e71c82445993ce854c95c0a22a8f747792d0d2deaa"; + libraryHaskellDepends = [ + base bytestring mmorph mtl transformers + ]; homepage = "https://github.com/michaelt/streaming"; - description = "a free monad transformer optimized for streaming applications"; + description = "an elementary streaming prelude and a free monad transformer optimized for streaming applications"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -161088,12 +161330,13 @@ self: { }: mkDerivation { pname = "streaming-bytestring"; - version = "0.1.0.6"; - sha256 = "64741cef68f724824b2ea143e62b68713872e5c834015d601331a54090ab0f99"; + version = "0.1.0.8"; + sha256 = "1ac455477c88342c3f98df791086b37be8c3445eab8d6074f00e8dc1f91293d0"; libraryHaskellDepends = [ base bytestring deepseq mmorph mtl streaming transformers ]; - description = "effectful byte steams, or: lazy bytestring done right"; + homepage = "https://github.com/michaelt/streaming-bytestring"; + description = "effectful byte steams, or: bytestring io done right"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -161326,6 +161569,24 @@ self: { license = stdenv.lib.licenses.asl20; }) {}; + "streaming-utils" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, http-client + , http-client-tls, mtl, pipes, streaming, streaming-bytestring + , transformers + }: + mkDerivation { + pname = "streaming-utils"; + version = "0.1.0.1"; + sha256 = "bafec5fba8521c8ff8220f823c6c9a256a269b2ed3d2ef9e6777040d529316ec"; + libraryHaskellDepends = [ + attoparsec base bytestring http-client http-client-tls mtl pipes + streaming streaming-bytestring transformers + ]; + homepage = "https://github.com/michaelt/streaming-utils"; + description = "http, attoparsec and pipes utilities for streaming and streaming-bytestring"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "streamproc" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -165135,6 +165396,7 @@ self: { testHaskellDepends = [ base bytestring mtl tasty tasty-hunit tasty-quickcheck ]; + doCheck = false; homepage = "https://github.com/vincenthz/tasty-kat"; description = "Known Answer Tests (KAT) framework for tasty"; license = stdenv.lib.licenses.mit; @@ -168478,6 +168740,7 @@ self: { old-locale profunctors QuickCheck random system-posix-redirect text time vector-space ]; + doHaddock = false; doCheck = false; homepage = "https://github.com/liyang/thyme"; description = "A faster time library"; @@ -170401,7 +170664,9 @@ self: { version = "0.3.3.3"; sha256 = "a74b7b26d58856e3d6d81dd49cd2d444a2ea36e4dc3a6a719227b1071c7c98a1"; libraryHaskellDepends = [ base transformers ]; + doHaddock = false; jailbreak = true; + doCheck = false; homepage = "http://github.com/ekmett/transformers-compat/"; description = "A small compatibility shim exposing the new types from transformers 0.3 and 0.4 to older Haskell platforms."; license = stdenv.lib.licenses.bsd3; @@ -170802,7 +171067,6 @@ self: { containers keys mtl QuickCheck quickcheck-instances rose-trees semigroups sets tasty tasty-quickcheck ]; - jailbreak = true; description = "Various trie implementations in Haskell"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -171854,6 +172118,27 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "twitter-feed_0_2_0_4" = callPackage + ({ mkDerivation, aeson, authenticate-oauth, base, bytestring + , containers, http-conduit, HUnit, test-framework + , test-framework-hunit + }: + mkDerivation { + pname = "twitter-feed"; + version = "0.2.0.4"; + sha256 = "fd6a8fbf316f855182d0b9371e890eba77d09821ca4fc1238ec22469e6910bd9"; + libraryHaskellDepends = [ + aeson authenticate-oauth base bytestring http-conduit + ]; + testHaskellDepends = [ + base containers HUnit test-framework test-framework-hunit + ]; + homepage = "https://github.com/stackbuilders/twitter-feed"; + description = "Client for fetching Twitter timeline via Oauth"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "twitter-types" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, derive , directory, filepath, HUnit, old-locale, QuickCheck @@ -173897,6 +174182,8 @@ self: { testHaskellDepends = [ base bytestring doctest hspec old-locale old-time QuickCheck time ]; + doHaddock = false; + doCheck = false; description = "Unix time parser/formatter and utilities"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -176144,6 +176431,7 @@ self: { test-framework-quickcheck2 transformers ]; jailbreak = true; + doCheck = false; homepage = "https://github.com/haskell/vector"; description = "Efficient Arrays"; license = stdenv.lib.licenses.bsd3; @@ -177784,6 +178072,7 @@ self: { sha256 = "785005f23bf9bf4e1dfaae0705472c0e3ea4c3843ff6a8625db8d1e327a6bfc0"; libraryHaskellDepends = [ wai ]; doHaddock = false; + doCheck = false; homepage = "http://www.yesodweb.com/book/web-application-interface"; description = "WAI support for server-sent events (deprecated)"; license = stdenv.lib.licenses.mit; @@ -178417,6 +178706,7 @@ self: { unix-time wai ]; testHaskellDepends = [ base doctest ]; + doHaddock = false; doCheck = false; description = "A logging system for WAI"; license = stdenv.lib.licenses.bsd3; @@ -179049,6 +179339,32 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "wai-routes_0_9_0" = callPackage + ({ mkDerivation, aeson, base, blaze-builder, bytestring + , case-insensitive, containers, cookie, data-default-class + , filepath, hspec, hspec-wai, hspec-wai-json, http-types + , mime-types, monad-loops, mtl, path-pieces, random + , template-haskell, text, wai, wai-app-static, wai-extra + }: + mkDerivation { + pname = "wai-routes"; + version = "0.9.0"; + sha256 = "67a287a1a2347ce4239bce87ecf4b8845866b52493981a58ea4f48654d9ebd8e"; + libraryHaskellDepends = [ + aeson base blaze-builder bytestring case-insensitive containers + cookie data-default-class filepath http-types mime-types + monad-loops mtl path-pieces random template-haskell text wai + wai-app-static wai-extra + ]; + testHaskellDepends = [ + aeson base hspec hspec-wai hspec-wai-json wai wai-app-static + ]; + homepage = "https://ajnsit.github.io/wai-routes/"; + description = "Typesafe URLs for Wai applications"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "wai-routing" = callPackage ({ mkDerivation, attoparsec, base, blaze-builder, bytestring , bytestring-conversion, case-insensitive, containers, cookie @@ -184443,6 +184759,7 @@ self: { base bytestring containers filepath HUnit hxt process QuickCheck text unix ]; + doHaddock = false; doCheck = false; description = "Fast XML generation library"; license = stdenv.lib.licenses.bsd3;