[Hackage] #814: Avoid orphan flexible instances in Cabal-TestSuite documentation

#814: Avoid orphan flexible instances in Cabal-TestSuite documentation ----------------------------------+----------------------------------------- Reporter: guest | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: User guide | Version: 1.10.1.0 Severity: normal | Keywords: Difficulty: very easy (<1 hour) | Ghcversion: Platform: | ----------------------------------+----------------------------------------- The example code shown in http://www.haskell.org/cabal/release/cabal-1.10.1.0/doc/users-guide/#test- suites needs FlexibleInstances, and the instance is orphan, too. Although this code is not intended to be used in most packages, it still looks like those instances are necessary or at least good style. I suggest to replace the generic pair by a custom data type like {{{ data TestCase = TestCase String Bool instance TestOptions TestCase where ... }}} in the documentation. Since Cabal is a widely used library, it has automatically an educational aspect. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/814 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#814: Avoid orphan flexible instances in Cabal-TestSuite documentation ----------------------------------+----------------------------------------- Reporter: guest | Owner: ttuegel Type: enhancement | Status: assigned Priority: normal | Milestone: Component: User guide | Version: 1.10.1.0 Severity: normal | Keywords: Difficulty: very easy (<1 hour) | Ghcversion: Platform: | ----------------------------------+----------------------------------------- Changes (by ttuegel): * owner: => ttuegel * status: new => assigned Comment: This bug will likely be fixed anyway when the new detailed test interface is released, but I'm assigning it to myself so it isn't forgotten. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/814#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#814: Avoid orphan flexible instances in Cabal-TestSuite documentation ----------------------------------+----------------------------------------- Reporter: guest | Owner: ttuegel Type: enhancement | Status: assigned Priority: normal | Milestone: Component: User guide | Version: 1.10.1.0 Severity: normal | Keywords: Difficulty: very easy (<1 hour) | Ghcversion: Platform: | ----------------------------------+----------------------------------------- Comment(by elga): * [http://www.releve-identite-operateur.fr/numbero-de-virgin-mobile.html virgin mobile] -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/814#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#814: Avoid orphan flexible instances in Cabal-TestSuite documentation ----------------------------------+----------------------------------------- Reporter: guest | Owner: ttuegel Type: enhancement | Status: assigned Priority: normal | Milestone: Component: User guide | Version: 1.10.1.0 Severity: normal | Keywords: Difficulty: very easy (<1 hour) | Ghcversion: Platform: | ----------------------------------+----------------------------------------- Comment(by edouard): Simplifiez-vous la tache des aujourd'hui: obtenez vos codes Orange rio, SFR rio, Bouygues rio, Virgin Mobile rio ou Simyo rio et effectuez la portabilite de son numero de telephone sans tracas...en douceur ! [http://www.releve-identite-operateur.fr/rio-simyo.html simyo] -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/814#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage