Merge branch 'master' of github.com:fpco/stackage

This commit is contained in:
Michael Snoyman 2014-02-02 18:56:15 +02:00
commit fe29288f9d
2 changed files with 18 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

@ -278,6 +278,14 @@ 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 hsyslog hweblib"
#else
mapM_ (add "Aycan iRiCAN <iricanaycan@gmail.com>") $ words
"hweblib"
#endif
-- https://github.com/fpco/stackage/issues/160
when (ghcVer >= GhcMajorVersion 7 6) $ do
mapM_ (add "Ketil Malde") $ words =<<