From 0323bf06a599ca7d06cbd62ab123fcb68b60faef Mon Sep 17 00:00:00 2001 From: sorki Date: Wed, 6 Dec 2023 18:45:29 +0100 Subject: [PATCH] drop dependent-sum-template source-repository-package, add >= 0.2.0.1 lower bound --- cabal.project | 6 ------ hnix-store-core/hnix-store-core.cabal | 2 +- hnix-store-remote/hnix-store-remote.cabal | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/cabal.project b/cabal.project index bec4b58..6c26f75 100644 --- a/cabal.project +++ b/cabal.project @@ -22,9 +22,3 @@ package hnix-store-nar package hnix-store-remote flags: +build-derivation +build-readme +io-testsuite - --- until https://github.com/obsidiansystems/dependent-sum-template/pull/7 -source-repository-package - type: git - location: https://github.com/ncfavier/dependent-sum-template/ - tag: 6614029b47ec3957c871b2bbec91fe79f230cf9e diff --git a/hnix-store-core/hnix-store-core.cabal b/hnix-store-core/hnix-store-core.cabal index 3b35b44..c5caefd 100644 --- a/hnix-store-core/hnix-store-core.cabal +++ b/hnix-store-core/hnix-store-core.cabal @@ -82,7 +82,7 @@ library , crypton , data-default-class , dependent-sum > 0.7 - , dependent-sum-template > 0.1.1 && < 0.3 + , dependent-sum-template >= 0.2.0.1 && < 0.3 , filepath , hashable -- Required for crypton low-level type convertion diff --git a/hnix-store-remote/hnix-store-remote.cabal b/hnix-store-remote/hnix-store-remote.cabal index f3fd7c3..7327e6b 100644 --- a/hnix-store-remote/hnix-store-remote.cabal +++ b/hnix-store-remote/hnix-store-remote.cabal @@ -119,7 +119,7 @@ library , crypton , data-default-class , dependent-sum > 0.7 - , dependent-sum-template > 0.1.1 && < 0.3 + , dependent-sum-template >= 0.2.0.1 && < 0.3 , dlist >= 1.0 , generic-arbitrary < 1.1 , hashable