Re-generate Haskell expressions with cabal2nix.
This commit is contained in:
parent
58d52c5f76
commit
29c8fdc941
@ -9,11 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
extraLibraries = [ fuse ];
|
extraLibraries = [ fuse ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal
|
sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal
|
||||||
sed -i -e "s/LANGUAGE FlexibleContexts/LANGUAGE FlexibleContexts, RankNTypes/" System/Fuse.hsc
|
|
||||||
sed -i -e "s/E(Exception/E(catch, Exception, IOException/" System/Fuse.hsc
|
|
||||||
sed -i -e "s/IO(catch,/IO(/" System/Fuse.hsc
|
|
||||||
sed -i -e "s/IO.catch/ E.catch/" System/Fuse.hsc
|
|
||||||
sed -i -e "s/const exitFailure/\\\\(_ :: IOException) -> exitFailure/" System/Fuse.hsc
|
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/m15k/hfuse";
|
homepage = "https://github.com/m15k/hfuse";
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, blazeHtml, happstackServer, jmacro, jmacroRpc, mtl
|
{ cabal, aeson, blazeHtml, happstackServer, jmacro, jmacroRpc, mtl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, jmacro, jmacroRpc, mtl, snapCore }:
|
{ cabal, aeson, jmacro, jmacroRpc, mtl, snapCore }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, attoparsec, blazeHtml, contravariant, jmacro, mtl
|
{ cabal, aeson, attoparsec, blazeHtml, contravariant, jmacro, mtl
|
||||||
, scientific, split, text, unorderedContainers, vector
|
, scientific, split, text, unorderedContainers, vector
|
||||||
}:
|
}:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, haskellSrcExts, haskellSrcMeta, mtl, parseargs
|
{ cabal, aeson, haskellSrcExts, haskellSrcMeta, mtl, parseargs
|
||||||
, parsec, regexPosix, safe, syb, text, unorderedContainers, vector
|
, parsec, regexPosix, safe, syb, text, unorderedContainers, vector
|
||||||
, wlPprintText
|
, wlPprintText
|
||||||
|
Loading…
x
Reference in New Issue
Block a user