soenkehahn / getopt-generics

Create command line interfaces with ease
Other
41 stars 3 forks source link

Build failing for ghc-8.4.1 #56

Closed harendra-kumar closed 6 years ago

harendra-kumar commented 6 years ago

See this travis job:

src/WithCli/Flag.hs:19:10: error:
    • Could not deduce (Semigroup (Flag a))
        arising from the superclasses of an instance declaration
      from the context: Monoid a
        bound by the instance declaration at src/WithCli/Flag.hs:19:10-36
    • In the instance declaration for ‘Monoid (Flag a)’
   |
19 | instance Monoid a => Monoid (Flag a) where
   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
cabal: Leaving directory '/tmp/cabal-tmp-4524/getopt-generics-0.13.0.1'
soenkehahn commented 6 years ago

@harendra-kumar: I've created #57, it'd be great if you could take a look.

soenkehahn commented 6 years ago

Closed via #57.