haskell-snap-server: re-generate with latest version of cabal2nix
This commit is contained in:
parent
89a8ae6627
commit
255b68e634
@ -1,5 +1,5 @@
|
|||||||
{ cabal, attoparsec, attoparsecEnumerator, blazeBuilder
|
{ cabal, attoparsec, attoparsecEnumerator, blazeBuilder
|
||||||
, blazeBuilderEnumerator, caseInsensitive, enumerator
|
, blazeBuilderEnumerator, caseInsensitive, enumerator, HsOpenSSL
|
||||||
, MonadCatchIOTransformers, mtl, network, snapCore, text, time
|
, MonadCatchIOTransformers, mtl, network, snapCore, text, time
|
||||||
, unixCompat
|
, unixCompat
|
||||||
}:
|
}:
|
||||||
@ -10,9 +10,10 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "09399vlqgic0iwmx31c01bjpbdblw8gayxnz71lwzkixqibkbbip";
|
sha256 = "09399vlqgic0iwmx31c01bjpbdblw8gayxnz71lwzkixqibkbbip";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec attoparsecEnumerator blazeBuilder blazeBuilderEnumerator
|
attoparsec attoparsecEnumerator blazeBuilder blazeBuilderEnumerator
|
||||||
caseInsensitive enumerator MonadCatchIOTransformers mtl network
|
caseInsensitive enumerator HsOpenSSL MonadCatchIOTransformers mtl
|
||||||
snapCore text time unixCompat
|
network snapCore text time unixCompat
|
||||||
];
|
];
|
||||||
|
configureFlags = "-fopenssl";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "A fast, iteratee-based, epoll-enabled web server for the Snap Framework";
|
description = "A fast, iteratee-based, epoll-enabled web server for the Snap Framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user