[GHC] #11969: Version number of the binary package in 8.0.1-rc3

#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

#11969: Version number of the binary package in 8.0.1-rc3 -------------------------------------+------------------------------------- Reporter: asr | Owner: Type: bug | Status: closed Priority: highest | Milestone: Component: Core Libraries | Version: 8.0.1-rc3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by asr): * status: new => closed * resolution: => fixed Comment: The issue was fixed in 8.0.1-rc4. Thanks! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11969#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC