diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-09-23 15:33:30 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-09-23 15:33:30 +0200 |
| commit | 3832bf5daed8b4a3fc87153590131730daa4e88c (patch) | |
| tree | 49b30717e86de623d00cec243ef84138e339716c /overlays/spm/spm.nix | |
| parent | 83549be4db488711263808a54afd2652d6d99ca9 (diff) | |
| download | nixos-3832bf5daed8b4a3fc87153590131730daa4e88c.tar nixos-3832bf5daed8b4a3fc87153590131730daa4e88c.tar.gz nixos-3832bf5daed8b4a3fc87153590131730daa4e88c.tar.bz2 nixos-3832bf5daed8b4a3fc87153590131730daa4e88c.tar.xz nixos-3832bf5daed8b4a3fc87153590131730daa4e88c.zip | |
...
Diffstat (limited to 'overlays/spm/spm.nix')
| -rw-r--r-- | overlays/spm/spm.nix | 4 |
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 | }: |
| 11 | mkDerivation { | 11 | mkDerivation { |
| 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 = [ |
