[GHC] #11335: Add instance (Ix a, Read a, Read b) => Read (UArray a b)

#11335: Add instance (Ix a, Read a, Read b) => Read (UArray a b) -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: feature | Status: new request | Priority: normal | Milestone: Component: libraries | Version: 7.8.3 (other) | Keywords: array | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- `Array` has `Eq`, `Ord`, `Show` and `Read` instances but `UArray` only has `Eq`, `Ord` and `Show`. Add the missing `Read` instance. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11335 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11335: Add instance (Ix a, Read a, Read b) => Read (UArray a b) -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: (none) Type: feature request | Status: new Priority: normal | Milestone: Component: libraries | Version: 7.8.3 (other) | Resolution: | Keywords: array Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5156 Wiki Page: | -------------------------------------+------------------------------------- Changes (by harpocrates): * differential: => Phab:D5156 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11335#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11335: Add instance (Ix a, Read a, Read b) => Read (UArray a b) -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: (none) Type: feature request | Status: patch Priority: normal | Milestone: Component: libraries | Version: 7.8.3 (other) | Resolution: | Keywords: array Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5156 Wiki Page: | -------------------------------------+------------------------------------- Changes (by harpocrates): * status: new => patch -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11335#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11335: Add instance (Ix a, Read a, Read b) => Read (UArray a b) -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: (none) Type: feature request | Status: closed Priority: normal | Milestone: 8.8.1 Component: libraries | Version: 7.8.3 (other) | Resolution: fixed | Keywords: array Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5156 Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * status: patch => closed * resolution: => fixed * milestone: => 8.8.1 Comment: Fixed in http://git.haskell.org/packages/array.git/commit/28454638ca681c4625f7c2fcf12.... -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11335#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC