[GHC] #7359: unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1)
GHC
ghc-devs at haskell.org
Tue Jun 18 22:55:44 CEST 2013
#7359: unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1)
-------------------------------+--------------------------------------------
Reporter: AndreasVoellmy | Owner: igloo
Type: bug | Status: new
Priority: highest | Milestone: 7.6.3
Component: libraries/unix | Version: 7.4.1
Keywords: unix package | Os: MacOS X
Architecture: x86_64 (amd64) | Failure: Other
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
-------------------------------+--------------------------------------------
Comment(by AndreasVoellmy):
It looks like the reason that my package tried to install unix-2.6.0.0 was
that my cabal specified "bytestring >= 0.10.0.1" in build-depends field.
I don't seem to really need that, so I can fix the problem by deleting
that constraint. So this seems to be mainly user error, although fixing
the dependency in the way that MtnViewMark's last comment suggests may
have helped me find the problem earlier.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7359#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list