mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-15 16:58:29 +01:00
Add some OS-specific packages for fsnotify commercialhaskell/stack#594
This commit is contained in:
parent
ca9047b70a
commit
c6872e5bf2
@ -150,6 +150,11 @@ packages:
|
|||||||
- monad-logger-json
|
- monad-logger-json
|
||||||
- monad-logger-syslog
|
- monad-logger-syslog
|
||||||
|
|
||||||
|
- fsnotify
|
||||||
|
- hinotify
|
||||||
|
- hfsevents
|
||||||
|
- Win32-notify
|
||||||
|
|
||||||
"Omari Norman <omari@smileystation.com>":
|
"Omari Norman <omari@smileystation.com>":
|
||||||
- rainbow
|
- rainbow
|
||||||
- rainbox
|
- rainbox
|
||||||
@ -1273,6 +1278,12 @@ package-flags:
|
|||||||
NineP:
|
NineP:
|
||||||
bytestring-in-base: false
|
bytestring-in-base: false
|
||||||
|
|
||||||
|
# Used for packages that cannot be built on Linux
|
||||||
|
skipped-builds:
|
||||||
|
- hfsevents
|
||||||
|
- Win32
|
||||||
|
- Win32-notify
|
||||||
|
|
||||||
# By skipping a test suite, we do not pull in the build dependencies
|
# By skipping a test suite, we do not pull in the build dependencies
|
||||||
skipped-tests:
|
skipped-tests:
|
||||||
- ReadArgs # old version of hspec
|
- ReadArgs # old version of hspec
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user