Skip to content

Commit

Permalink
Merge #588
Browse files Browse the repository at this point in the history
588: Fix build for MacOS r=deepfire a=newhoggy

description
-----------
See haskell/cabal#7083 for an explanation of why `source-repository-package` stanzas that reference packages on a specific platform causes problems for platforms where the package doesn't build.

checklist
---------

- [x] compiles (`cabal v2-build` or `stack build`)
- [x] tests run successfully (`cabal v2-test` or `stack test`)
- [ ] documentation added
- [ ] link to an issue
- [ ] add milestone (the current sprint)


Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy authored Sep 22, 2020
2 parents c9230a9 + d117ddc commit d4bb653
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,15 @@ packages:
package iohk-monitoring
tests: True

allow-newer: libsystemd-journal:base

source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 64351aaa3b27fd5a28fc7d1f9c48f9e5a815dab2
--sha256: 10zw06rnfl39kw43pkv1h1x0lwd768bvs6ddn9y92vs9yafw1hlz
subdir: Win32-network

source-repository-package
type: git
location: https://github.com/CodiePP/libsystemd-journal.git
tag: 49ad111e668e0d6e06e759a13d8de311bc91e149
--sha256: 060ag4hhq64ya8a8xdgv2m0hs9559sxfka63cl9kydka74hvzab0

constraints:
ip < 1.5,
hedgehog >= 1.0,
Expand Down

0 comments on commit d4bb653

Please sign in to comment.