summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-02-23 13:17:53 +0100
committerPeter Simons <simons@cryp.to>2018-02-23 17:58:18 +0100
commit81a9442fd0a08d87e994bbdb8fda29de75fe585e (patch)
treef188470602d50d3995423b015654797368915577 /pkgs/development
parentb5454a13806143bd63d9f04c6fb3b61e42324d1c (diff)
downloadnixpkgs-81a9442fd0a08d87e994bbdb8fda29de75fe585e.tar
nixpkgs-81a9442fd0a08d87e994bbdb8fda29de75fe585e.tar.gz
nixpkgs-81a9442fd0a08d87e994bbdb8fda29de75fe585e.tar.bz2
nixpkgs-81a9442fd0a08d87e994bbdb8fda29de75fe585e.tar.lz
nixpkgs-81a9442fd0a08d87e994bbdb8fda29de75fe585e.tar.xz
nixpkgs-81a9442fd0a08d87e994bbdb8fda29de75fe585e.tar.zst
nixpkgs-81a9442fd0a08d87e994bbdb8fda29de75fe585e.zip
haskell-language-c: drop unused version 0.7.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 82ffa2a64e0..52fafec10f8 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2697,7 +2697,6 @@ extra-packages:
   - hoogle == 5.0.14                    # required by hie-hoogle
   - inline-c < 0.6                      # required on GHC 8.0.x
   - inline-c-cpp < 0.2                  # required on GHC 8.0.x
-  - language-c == 0.7.0                 # required by c2hs hack to work around https://github.com/haskell/c2hs/issues/192.
   - mtl < 2.2                           # newer versions require transformers > 0.4.x, which we cannot provide in GHC 7.8.x
   - mtl-prelude < 2                     # required for to build postgrest on mtl 2.1.x platforms
   - network == 2.6.3.1                  # newer versions don't compile with GHC 7.4.x and below