packages feed

hannahci 0.1.4.0 → 0.1.4.1

raw patch · 2 files changed

+6/−4 lines, 2 filessetup-changed

Files

Setup.hs view
@@ -16,8 +16,10 @@ setup _ _ desc lbi = do   putStrLn $ "Post Install: " ++ show binDir   putStrLn $ "Post Install: " ++ show libDir-  callCommand "sudo init/setup-local.sh"+  putStrLn $ "Post Install: " ++ show dataDir+  callCommand $ "sudo " ++ (show dataDir) ++ "setup-local.sh"   return ()-  where binDir = bindir allDirs ++ "/"-        libDir = libdir allDirs ++ "/"+  where binDir  = bindir  allDirs ++ "/"+        libDir  = libdir  allDirs ++ "/"+        dataDir = datadir allDirs ++ "/"         allDirs = absoluteInstallDirs desc lbi NoCopyDest
hannahci.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                hannahci-version:             0.1.4.0+version:             0.1.4.1 synopsis:            Simple Continuous Integration/Deployment System -- description:          license:             AGPL-3