Skip to content

Commit

Permalink
nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
lf- committed Jun 29, 2020
1 parent e65a2be commit f8748a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions default.nix
@@ -0,0 +1,13 @@
{ mkDerivation, base, ghc-prim, ghcjs-base, ghcjs-prim, stdenv
, text, transformers
}:
mkDerivation {
pname = "ghcjs-dom";
version = "0.2.4.0";
sha256 = "19k8p0g9i8nmky25lw55wxamsi96hrj9lc38hfidfj63f2vvcvcq";
libraryHaskellDepends = [
base ghc-prim ghcjs-base ghcjs-prim text transformers
];
description = "DOM library that supports both GHCJS and WebKitGTK";
license = stdenv.lib.licenses.mit;
}

0 comments on commit f8748a7

Please sign in to comment.