Skip to content

Commit 63643e9

Browse files
committed
Remove StoreEffects.
In its current incarnation it is never used, we will resurrect a much simpler pared-down version based on hnix's actual needs later.
1 parent df43823 commit 63643e9

File tree

2 files changed

+1
-68
lines changed

2 files changed

+1
-68
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hnix-store-core
2-
version: 0.1.1.0
2+
version: 0.2.0.0
33
synopsis: Core effects for interacting with the Nix store.
44
description:
55
This package contains types and functions needed to describe
@@ -27,7 +27,6 @@ library
2727
, System.Nix.Nar
2828
, System.Nix.Path
2929
, System.Nix.ReadonlyStore
30-
, System.Nix.Store
3130
, System.Nix.StorePath
3231
, System.Nix.Util
3332
build-depends: base >=4.10 && <5

hnix-store-core/src/System/Nix/Store.hs

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)