haskell-websockets: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-06-20 15:05:32 +02:00
parent 80ffd99100
commit 6587a30c4a

View file

@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
entropy HUnit ioStreams mtl network QuickCheck random SHA
testFramework testFrameworkHunit testFrameworkQuickcheck2 text
];
jailbreak = true;
meta = {
homepage = "http://jaspervdj.be/websockets";
description = "A sensible and clean way to write WebSocket-capable servers in Haskell";
@ -24,5 +25,4 @@ cabal.mkDerivation (self: {
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
};
jailbreak = true;
})