Skip to content
Snippets Groups Projects
Commit 3feebd73 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Add the sqlite-simple dependency to the Nix packaging

parent 495b5492
No related branches found
No related tags found
1 merge request!26Initial implementation of Persistence using sqlite
...@@ -69,6 +69,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: ...@@ -69,6 +69,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }:
(hsPkgs."text" or (buildDepError "text")) (hsPkgs."text" or (buildDepError "text"))
(hsPkgs."containers" or (buildDepError "containers")) (hsPkgs."containers" or (buildDepError "containers"))
(hsPkgs."cryptonite" or (buildDepError "cryptonite")) (hsPkgs."cryptonite" or (buildDepError "cryptonite"))
(hsPkgs."sqlite-simple" or (buildDepError "sqlite-simple"))
]; ];
pkgconfig = [ pkgconfig = [
(pkgconfPkgs."ristretto" or (pkgConfDepError "ristretto")) (pkgconfPkgs."ristretto" or (pkgConfDepError "ristretto"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment