Skip to content

Commit 0323bf0

Browse files
committed
drop dependent-sum-template source-repository-package, add >= 0.2.0.1 lower bound
1 parent 69060ec commit 0323bf0

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

cabal.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,3 @@ package hnix-store-nar
2222

2323
package hnix-store-remote
2424
flags: +build-derivation +build-readme +io-testsuite
25-
26-
-- until https://github.com/obsidiansystems/dependent-sum-template/pull/7
27-
source-repository-package
28-
type: git
29-
location: https://github.com/ncfavier/dependent-sum-template/
30-
tag: 6614029b47ec3957c871b2bbec91fe79f230cf9e

hnix-store-core/hnix-store-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ library
8282
, crypton
8383
, data-default-class
8484
, dependent-sum > 0.7
85-
, dependent-sum-template > 0.1.1 && < 0.3
85+
, dependent-sum-template >= 0.2.0.1 && < 0.3
8686
, filepath
8787
, hashable
8888
-- Required for crypton low-level type convertion

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ library
119119
, crypton
120120
, data-default-class
121121
, dependent-sum > 0.7
122-
, dependent-sum-template > 0.1.1 && < 0.3
122+
, dependent-sum-template >= 0.2.0.1 && < 0.3
123123
, dlist >= 1.0
124124
, generic-arbitrary < 1.1
125125
, hashable

0 commit comments

Comments
 (0)