forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NixOS#5100 from jeremyjh/higher-leveldb
add higher-leveldb from hackage
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
pkgs/development/libraries/haskell/higher-leveldb/default.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# This file was auto-generated by cabal2nix. Please do NOT edit manually! | ||
|
||
{ cabal, cereal, dataDefault, hspec, leveldbHaskell, liftedBase | ||
, monadControl, mtl, resourcet, transformers, transformersBase | ||
}: | ||
|
||
cabal.mkDerivation (self: { | ||
pname = "higher-leveldb"; | ||
version = "0.2.0.0"; | ||
sha256 = "1al8l96ysmcjx3g93ryfr939jqhjqk8g5bvww5gj9mx6pdkqrcm3"; | ||
buildDepends = [ | ||
cereal dataDefault leveldbHaskell liftedBase monadControl mtl | ||
resourcet transformers transformersBase | ||
]; | ||
testDepends = [ | ||
cereal hspec leveldbHaskell liftedBase monadControl mtl resourcet | ||
transformers transformersBase | ||
]; | ||
meta = { | ||
homepage = "https://github.com/jeremyjh/higher-leveldb"; | ||
description = "A rich monadic API for working with leveldb databases"; | ||
license = self.stdenv.lib.licenses.bsd3; | ||
platforms = self.ghc.meta.platforms; | ||
}; | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters