Skip to content
Snippets Groups Projects
Commit 61032d34 authored by Daniel Firth's avatar Daniel Firth
Browse files

cursor: init at 0.3.2.0

parent 69560263
No related merge requests found
......@@ -118,6 +118,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "conduit-extra" "1.3.6"
, callHackage "config-ini" "0.2.5.0"
, callHackage "constraints" "0.13.4"
, callHackage "cursor" "0.3.2.0"
, callHackage "cryptonite" "0.30"
, callHackage "cryptohash-sha1" "0.11.101.0"
, callHackage "data-fix" "0.3.2"
......
......@@ -107,6 +107,8 @@ final: prev: with pkgs.haskell.lib; {
cryptonite = prev.callPackage (./pkgs/cryptonite.nix) { };
cursor = prev.callPackage (./pkgs/cursor.nix) { };
data-fix = prev.callPackage (./pkgs/data-fix.nix) { };
dec = prev.callPackage (./pkgs/dec.nix) { };
......
{ mkDerivation, base, containers, deepseq, lib, microlens, text
, validity, validity-containers, validity-text
}:
mkDerivation {
pname = "cursor";
version = "0.3.2.0";
sha256 = "4fe97cf1a3f179a0febb34bac2c31200cf79fd101ef07380709e9d64fdf25c24";
libraryHaskellDepends = [
base containers deepseq microlens text validity validity-containers
validity-text
];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/cursor";
description = "Purely Functional Cursors";
license = lib.licenses.mit;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment