Skip to content

Commit 464b2f9

Browse files
committed
nixify
1 parent d21d356 commit 464b2f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data-bitcode.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{ mkDerivation, base, base16-bytestring, binary, bytestring
2+
, containers, pretty, stdenv
3+
}:
4+
mkDerivation {
5+
pname = "data-bitcode";
6+
version = "0.1.0.0";
7+
src = ./.;
8+
libraryHaskellDepends = [
9+
base base16-bytestring binary bytestring containers pretty
10+
];
11+
homepage = "https://github.com/angerman/data-bitcode#readme";
12+
description = "bitcode reader and writer";
13+
license = stdenv.lib.licenses.bsd3;
14+
}

0 commit comments

Comments
 (0)