Merge pull request #180 from aycanirican/master

Added hdaemonize to stackage.
This commit is contained in:
Michael Snoyman 2014-01-31 02:08:46 -08:00
commit c55dd848c3
2 changed files with 15 additions and 0 deletions

10
.project-settings.yml Normal file
View File

@ -0,0 +1,10 @@
module-template: ! 'module MODULE_NAME where
'
extensions: {}
environment: default
cabal-file: project.cabal
version: 1
ghc-args: []
excluded-modules:
- Setup.hs

View File

@ -274,6 +274,11 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
, "haskell-names haskell-packages hse-cpp"
]
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
mapM_ (add "Aycan iRiCAN <iricanaycan@gmail.com>") $ words
"hdaemonize"
#endif
-- https://github.com/fpco/stackage/issues/160
when (ghcVer >= GhcMajorVersion 7 6) $ do
mapM_ (add "Ketil Malde") $ words =<<