mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 07:48:31 +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-syslog
|
||||
|
||||
- fsnotify
|
||||
- hinotify
|
||||
- hfsevents
|
||||
- Win32-notify
|
||||
|
||||
"Omari Norman <omari@smileystation.com>":
|
||||
- rainbow
|
||||
- rainbox
|
||||
@ -1273,6 +1278,12 @@ package-flags:
|
||||
NineP:
|
||||
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
|
||||
skipped-tests:
|
||||
- ReadArgs # old version of hspec
|
||||
|
||||
Loading…
Reference in New Issue
Block a user