forked from mirrors/nixpkgs
haskell-file-location: add version 0.4.5.2
This commit is contained in:
parent
45e9ea0424
commit
442342e34e
15
pkgs/development/libraries/haskell/file-location/default.nix
Normal file
15
pkgs/development/libraries/haskell/file-location/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ cabal, liftedBase, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "file-location";
|
||||
version = "0.4.5.2";
|
||||
sha256 = "0dyzf2lhh0n4hwbh44qfh6bw9snl4hha9sv76c4ndi7v1rvnx197";
|
||||
buildDepends = [ liftedBase transformers ];
|
||||
testDepends = [ liftedBase transformers ];
|
||||
meta = {
|
||||
homepage = "https://github.com/gregwebs/FileLocation.hs";
|
||||
description = "common functions that show file location information";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -792,6 +792,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
filepath_1_3_0_0 = callPackage ../development/libraries/haskell/filepath {};
|
||||
filepath = null; # a core package in recent GHCs
|
||||
|
||||
fileLocation = callPackage ../development/libraries/haskell/file-location {};
|
||||
|
||||
extensibleExceptions_0_1_1_0 = callPackage ../development/libraries/haskell/extensible-exceptions/0.1.1.0.nix {};
|
||||
extensibleExceptions_0_1_1_2 = callPackage ../development/libraries/haskell/extensible-exceptions/0.1.1.2.nix {};
|
||||
extensibleExceptions_0_1_1_3 = callPackage ../development/libraries/haskell/extensible-exceptions/0.1.1.3.nix {};
|
||||
|
|
Loading…
Reference in a new issue