mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-15 16:58:29 +01:00
Merge pull request #180 from aycanirican/master
Added hdaemonize to stackage.
This commit is contained in:
commit
c55dd848c3
10
.project-settings.yml
Normal file
10
.project-settings.yml
Normal 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
|
||||
@ -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 =<<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user