3
0
Fork 0
forked from mirrors/nixpkgs

haskell-file-location: add version 0.4.5.2

This commit is contained in:
Peter Simons 2013-02-24 22:10:49 +01:00
parent 45e9ea0424
commit 442342e34e
2 changed files with 17 additions and 0 deletions

View 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;
};
})

View file

@ -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 {};