[GHC] #11969: Version number of the binary package in 8.0.1-rc3
GHC
ghc-devs at haskell.org
Fri Apr 22 12:42:26 UTC 2016
#11969: Version number of the binary package in 8.0.1-rc3
-------------------------------------+-------------------------------------
Reporter: asr | Owner:
Type: bug | Status: new
Priority: highest | Milestone:
Component: Core | Version: 8.0.1-rc3
Libraries |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Using 8.0.1-rc3 I got the following error:
{{{
src/UHC/Util/Binary.hs:23:5: error:
Ambiguous occurrence ‘putList’
It could refer to either ‘Data.Binary.putList’,
imported from ‘Data.Binary’ at
src/UHC/Util/Binary.hs:30:1-18
(and originally defined in
‘binary-0.8.2.1:Data.Binary.Class’)
or ‘UHC.Util.Binary.putList’,
defined at src/UHC/Util/Binary.hs:118:1
}}}
Note that error says `and originally defined in
‘binary-0.8.2.1:Data.Binary.Class’`, but
[http://hackage.haskell.org/package/binary-0.8.2.1 binary 0.8.2.1] in
Hackage doesn't define `putList`. From this
[https://github.com/kolmodin/binary/blob/master/changelog.md changelog],
`putList` was added in binary 0.8.3.0.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11969>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list