remove missing attribute 'lens-family-th_0_4_1_0'

$ nix-env -f '<nixpkgs>' -qaPA pkgs.haskell.packages.ghc7103 -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/master.tar.gz
error: attribute ‘lens-family-th_0_4_1_0’ missing, at /nix/store/l7kr5m1h1rp16fh7d1m47caj2yj6xz4m-master.tar.gz/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix:161:20
This commit is contained in:
wisut hantanong 2017-11-13 17:13:43 +07:00
parent cc17b42dc7
commit 03cce166e9

View file

@ -157,9 +157,6 @@ self: super: {
haddock-api = self.haddock-api_2_16_1;
haddock-library = self.haddock-library_1_2_1;
# lens-family-th >= 0.5.0.0 is GHC 8.0 only
lens-family-th = self.lens-family-th_0_4_1_0;
# The tests in vty-ui do not build, but vty-ui itself builds.
vty-ui = enableCabalFlag super.vty-ui "no-tests";