mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-26 22:21:57 +01:00
Merge branch 'master' of github.com:fpco/stackage
This commit is contained in:
commit
fe29288f9d
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
|
||||||
@ -278,6 +278,14 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
, "haskell-names haskell-packages hse-cpp"
|
, "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
|
-- https://github.com/fpco/stackage/issues/160
|
||||||
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||||
mapM_ (add "Ketil Malde") $ words =<<
|
mapM_ (add "Ketil Malde") $ words =<<
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user