Skip to content

Commit 49dc678

Browse files
committed
bump core version to 0.8, add lower bound to db & test
bump for remote
1 parent 631b26e commit 49dc678

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hnix-store-core
3-
version: 0.7.0.0
3+
version: 0.8.0.0
44
synopsis: Core effects for interacting with the Nix store.
55
description:
66
This package contains types and functions needed to describe

hnix-store-db/hnix-store-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ library
7272

7373
build-depends:
7474
base >=4.10 && <5
75+
, hnix-store-core >= 0.8
7576
, attoparsec
7677
, bytestring
7778
, bytestring
7879
, data-default-class
7980
, text
8081
, time
81-
, hnix-store-core
8282
, esqueleto >= 3.5.10 && < 3.6
8383
, persistent >= 2.14.5 && < 2.15
8484
, persistent-sqlite >= 2.13.1 && < 2.14

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ library
7373

7474
build-depends:
7575
base >=4.12 && <5
76-
, hnix-store-core >= 0.7 && <0.8
76+
, hnix-store-core >= 0.8 && <0.9
7777
, attoparsec
7878
, binary
7979
, bytestring

hnix-store-tests/hnix-store-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
, System.Nix.Arbitrary.StorePath
4545
build-depends:
4646
base >=4.12 && <5
47-
, hnix-store-core
47+
, hnix-store-core >= 0.8
4848
, bytestring
4949
, cryptonite
5050
, dependent-sum > 0.7

0 commit comments

Comments
 (0)