about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix
diff options
context:
space:
mode:
authorsorki <srk@48.io>2023-12-11 08:03:26 +0100
committersorki <srk@48.io>2023-12-11 08:03:26 +0100
commitdc0fd26a1f6cd59a21002fe3c070a252d14d43b7 (patch)
tree9900df6e7d5c5512db43d1628537995df835b11b /pkgs/development/haskell-modules/configuration-hackage2nix
parent9fb12e8a70a842fe8ec8b8bfb23c87b47d316cf3 (diff)
downloadnixlib-dc0fd26a1f6cd59a21002fe3c070a252d14d43b7.tar
nixlib-dc0fd26a1f6cd59a21002fe3c070a252d14d43b7.tar.gz
nixlib-dc0fd26a1f6cd59a21002fe3c070a252d14d43b7.tar.bz2
nixlib-dc0fd26a1f6cd59a21002fe3c070a252d14d43b7.tar.lz
nixlib-dc0fd26a1f6cd59a21002fe3c070a252d14d43b7.tar.xz
nixlib-dc0fd26a1f6cd59a21002fe3c070a252d14d43b7.tar.zst
nixlib-dc0fd26a1f6cd59a21002fe3c070a252d14d43b7.zip
haskellPackages.hnix-store-core: move older to extraPackages
so hnix-store-core can roll forward and we also
have hnix-store-core_0_6_1_0 for hnix-store-remote
and hnix.

hnix has to use older core as well so it doesn't see
two different versions as the older one gets pulled
by the hnix-store-remote.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-hackage2nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index bfb638bd8b62..e92c2a1bc0e6 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -33,7 +33,6 @@ default-package-overrides:
   # Downgrade hasql-dynamic-statements until hasql 1.6 is in Stackage
   - hasql-dynamic-statements < 0.3.1.2
   - rope-utf16-splay < 0.4.0.0
-  - hnix-store-core < 0.7               # 2023-12-07: required by hnix-store-remote 0.6
 
   # 2023-04-22: For dhall < 1.42 compatibility
   - dhall-nixpkgs == 1.0.9
@@ -113,6 +112,7 @@ extra-packages:
   - hinotify == 0.3.9                   # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
   - hlint == 3.2.8                      # 2022-09-21: needed for hls on ghc 8.8
   - hlint == 3.4.1                      # 2022-09-21: needed for hls with ghc-lib-parser 9.2
+  - hnix-store-core < 0.7               # 2023-12-11: required by hnix-store-remote 0.6
   - hspec < 2.8                         # 2022-04-07: Needed for tasty-hspec 1.1.6
   - hspec-core < 2.8                    # 2022-04-07: Needed for tasty-hspec 1.1.6
   - hspec-discover < 2.8                # 2022-04-07: Needed for tasty-hspec 1.1.6