summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0a0d23d..db619aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,9 +7,11 @@
self,
...
}: let
+ version = "0.2.0";
package = {
mkDerivation,
base,
+ bindings-DSL,
gl,
lib,
libGL,
@@ -20,10 +22,11 @@
}:
mkDerivation {
pname = "hs-rgfw";
- version = "0.1.0.0";
+ version = "0.2.0";
src = ./.;
libraryHaskellDepends = [
base
+ bindings-DSL
];
libraryPkgconfigDepends = [
gl