We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df43823 commit 63643e9Copy full SHA for 63643e9
hnix-store-core/hnix-store-core.cabal
@@ -1,5 +1,5 @@
1
name: hnix-store-core
2
-version: 0.1.1.0
+version: 0.2.0.0
3
synopsis: Core effects for interacting with the Nix store.
4
description:
5
This package contains types and functions needed to describe
@@ -27,7 +27,6 @@ library
27
, System.Nix.Nar
28
, System.Nix.Path
29
, System.Nix.ReadonlyStore
30
- , System.Nix.Store
31
, System.Nix.StorePath
32
, System.Nix.Util
33
build-depends: base >=4.10 && <5
hnix-store-core/src/System/Nix/Store.hs
0 commit comments