summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-26 11:59:30 +0200
committerPeter Simons <simons@cryp.to>2018-03-27 20:43:46 +0200
commit5dd264af4201e06b86f75b9a2fa46ffffa1b2351 (patch)
tree84365ea53beaaf8e4d077fcfb25163f712f7e4c3 /pkgs
parentfc58ab2ff23939ae9fbc99b11ea3a758e95ae003 (diff)
downloadnixpkgs-5dd264af4201e06b86f75b9a2fa46ffffa1b2351.tar
nixpkgs-5dd264af4201e06b86f75b9a2fa46ffffa1b2351.tar.gz
nixpkgs-5dd264af4201e06b86f75b9a2fa46ffffa1b2351.tar.bz2
nixpkgs-5dd264af4201e06b86f75b9a2fa46ffffa1b2351.tar.lz
nixpkgs-5dd264af4201e06b86f75b9a2fa46ffffa1b2351.tar.xz
nixpkgs-5dd264af4201e06b86f75b9a2fa46ffffa1b2351.tar.zst
nixpkgs-5dd264af4201e06b86f75b9a2fa46ffffa1b2351.zip
haskell-getopt-generics: drop obsolete override for GHC 8.4.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index b2914766d16..9b9b1ca8e04 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -628,7 +628,6 @@ self: super: {
 
   # Older versions don't compile.
   brick = self.brick_0_35_1;
-  getopt-generics = self.getopt-generics_0_13_0_2;
   HaTeX = self.HaTeX_3_19_0_0;
   json = self.json_0_9_2;
   matrix = self.matrix_0_3_6_1;