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