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

path-pieces: init at 0.2.1

parent 56c9a048
No related merge requests found
......@@ -518,6 +518,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "password-types" "1.0.0.0"
, callHackage "password" "3.0.2.0"
, callHackage "path-dhall-instance" "0.2.1.0"
, callHackage "path-pieces" "0.2.1"
, callHackage "path-io" "1.7.0"
, callHackage "path" "0.9.2"
, callHackage "pcg-random" "0.1.3.7"
......
......@@ -781,6 +781,8 @@ self: with pkgs.haskell.lib; {
path-io = self.callPackage (./pkgs/path-io.nix) { };
path-pieces = self.callPackage (./pkgs/path-pieces.nix) { };
pcg-random = self.callPackage (./pkgs/pcg-random.nix) { };
pcre-light = self.callPackage (./pkgs/pcre-light.nix) { };
......
{ mkDerivation, base, hspec, HUnit, lib, QuickCheck, text, time }:
mkDerivation {
pname = "path-pieces";
version = "0.2.1";
sha256 = "080bd49f53e20597ca3e5962e0c279a3422345f5b088840a30a751cd76d4a36f";
revision = "1";
editedCabalFile = "0p7wsphh513s8l5d62lzgbhk2l1h6kj5y7bc27qqjsry9g8ah4y7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base text time ];
testHaskellDepends = [ base hspec HUnit QuickCheck text ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Components of paths";
license = lib.licenses.bsd3;
broken = false;
}
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