summaryrefslogtreecommitdiff
path: root/overlays/spm/spm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/spm/spm.nix')
-rw-r--r--overlays/spm/spm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays/spm/spm.nix b/overlays/spm/spm.nix
index 7c9eb933..2d1f7eed 100644
--- a/overlays/spm/spm.nix
+++ b/overlays/spm/spm.nix
@@ -10,13 +10,13 @@
10}: 10}:
11mkDerivation { 11mkDerivation {
12 pname = "spm"; 12 pname = "spm";
13 version = "0.1.0"; 13 version = "0.1.1";
14 src = ./.; 14 src = ./.;
15 isLibrary = true; 15 isLibrary = true;
16 isExecutable = true; 16 isExecutable = true;
17 libraryHaskellDepends = [ 17 libraryHaskellDepends = [
18 aeson aeson-casing base case-insensitive containers jose lens 18 aeson aeson-casing base case-insensitive containers jose lens
19 servant text uuid 19 lens-aeson servant text uuid
20 ]; 20 ];
21 libraryToolDepends = [ hpack ]; 21 libraryToolDepends = [ hpack ];
22 executableHaskellDepends = [ 22 executableHaskellDepends = [