drop dependent-sum-template source-repository-package, add >= 0.2.0.1 lower bound

This commit is contained in:
sorki 2023-12-06 18:45:29 +01:00
parent 69060eca76
commit 0323bf06a5
3 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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