Skip to content
  • Duncan Coutts's avatar
    Write out Bool config values correctly · 0bf79ca3
    Duncan Coutts authored
    Used by cabal-install when writing the default ~/.cabal/config file.
    Previously it was using show for type Maybe Bool and writing out
    "Just True" when of course it should just be "True".
    0bf79ca3