summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-01 13:31:26 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-01 13:31:26 +0200
commitc3af83f893cda60c7fd67b3fc5a1085dd5617adc (patch)
treec04dc0722559d8d9cd461d01ca6c9fbe1ea61f88
parent0906a9383498ee122261f66a47a89de946fc102a (diff)
downloadnixpkgs-c3af83f893cda60c7fd67b3fc5a1085dd5617adc.tar
nixpkgs-c3af83f893cda60c7fd67b3fc5a1085dd5617adc.tar.gz
nixpkgs-c3af83f893cda60c7fd67b3fc5a1085dd5617adc.tar.bz2
nixpkgs-c3af83f893cda60c7fd67b3fc5a1085dd5617adc.tar.lz
nixpkgs-c3af83f893cda60c7fd67b3fc5a1085dd5617adc.tar.xz
nixpkgs-c3af83f893cda60c7fd67b3fc5a1085dd5617adc.tar.zst
nixpkgs-c3af83f893cda60c7fd67b3fc5a1085dd5617adc.zip
haskellPackages.database-class-id: unbreak
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
2 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1a16ce11479..73ef9fd84dc 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1793,4 +1793,8 @@ self: super: {
   # workaround for https://github.com/peti/distribution-nixpkgs/issues/9
   pam = super.pam.override { inherit (pkgs) pam; };
 
+  # Too strict version bounds on base:
+  # https://github.com/obsidiansystems/database-id/issues/1
+  database-id-class = doJailbreak super.database-id-class;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index bf7121f180a..aa880f69ecb 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -4649,7 +4649,6 @@ broken-packages:
   - data-util
   - data-validation
   - data-variant
-  - database-id-class
   - database-id-groundhog
   - database-study
   - datadog