about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2015-05-22 12:31:54 -0400
committerPeter Simons <simons@cryp.to>2015-05-23 15:09:29 +0200
commite281707ae9898e61b916c10f4bc9b5759f9114a5 (patch)
tree6390c977c884cd837ff2b3f26384a8ea36f60369 /pkgs/development
parent0a329f4512dcff526325b914257a55991e642ef5 (diff)
downloadnixlib-e281707ae9898e61b916c10f4bc9b5759f9114a5.tar
nixlib-e281707ae9898e61b916c10f4bc9b5759f9114a5.tar.gz
nixlib-e281707ae9898e61b916c10f4bc9b5759f9114a5.tar.bz2
nixlib-e281707ae9898e61b916c10f4bc9b5759f9114a5.tar.lz
nixlib-e281707ae9898e61b916c10f4bc9b5759f9114a5.tar.xz
nixlib-e281707ae9898e61b916c10f4bc9b5759f9114a5.tar.zst
nixlib-e281707ae9898e61b916c10f4bc9b5759f9114a5.zip
lens-action has been fixed.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9959f093f93e..175c1363f04f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -817,10 +817,6 @@ self: super: {
   # https://github.com/kkardzis/curlhs/issues/6
   curlhs = dontCheck super.curlhs;
 
-  # https://github.com/ekmett/lens-action/issues/5
-  lens-action = markBroken super.lens-action;
-  aws-kinesis-client = markBroken super.aws-kinesis-client;
-
   # https://github.com/haskell-servant/servant-server/issues/45
   servant-server = markBroken super.servant-server;
   servant-client = dontDistribute super.servant-client;