Add unix-bytestring haskell library
This commit is contained in:
parent
eb97daf88d
commit
a7a9676e60
@ -0,0 +1,13 @@
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "unix-bytestring";
|
||||
version = "0.3.6";
|
||||
sha256 = "0m2ndw6r88vb4cqdkd8jg8dlk9h99mp3rand5j1gxxdjfv7q63ap";
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~wren/";
|
||||
description = "Unix/Posix-specific functions for ByteStrings";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1996,6 +1996,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
uniqueid = callPackage ../development/libraries/haskell/uniqueid {};
|
||||
|
||||
unixBytestring = callPackage ../development/libraries/haskell/unix-bytestring {};
|
||||
|
||||
unixCompat = callPackage ../development/libraries/haskell/unix-compat {};
|
||||
|
||||
unixProcessConduit = callPackage ../development/libraries/haskell/unix-process-conduit {};
|
||||
|
Loading…
Reference in New Issue
Block a user