Re-generate Haskell expressions with cabal2nix.
This commit is contained in:
parent
58d52c5f76
commit
29c8fdc941
5 changed files with 8 additions and 5 deletions
|
@ -9,11 +9,6 @@ cabal.mkDerivation (self: {
|
|||
extraLibraries = [ fuse ];
|
||||
preConfigure = ''
|
||||
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 = {
|
||||
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
|
||||
}:
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, jmacro, jmacroRpc, mtl, snapCore }:
|
||||
|
||||
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
|
||||
, 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
|
||||
, parsec, regexPosix, safe, syb, text, unorderedContainers, vector
|
||||
, wlPprintText
|
||||
|
|
Loading…
Reference in a new issue