packages feed

hannahci 0.1.4.1 → 0.1.4.2

raw patch · 2 files changed

+3/−7 lines, 2 filessetup-changed

Files

Setup.hs view
@@ -14,12 +14,8 @@  setup :: Args -> InstallFlags -> PackageDescription -> LocalBuildInfo -> IO () setup _ _ desc lbi = do-  putStrLn $ "Post Install: " ++ show binDir-  putStrLn $ "Post Install: " ++ show libDir-  putStrLn $ "Post Install: " ++ show dataDir+  callCommand $ "chmod +x " ++ (show dataDir) ++ "setup-local.sh"   callCommand $ "sudo " ++ (show dataDir) ++ "setup-local.sh"   return ()-  where binDir  = bindir  allDirs ++ "/"-        libDir  = libdir  allDirs ++ "/"-        dataDir = datadir allDirs ++ "/"+  where 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.1+version:             0.1.4.2 synopsis:            Simple Continuous Integration/Deployment System -- description:          license:             AGPL-3