Skip to content
  • sven.panne@aedion.de's avatar
    34a994d6
    Avoid pattern guards · 34a994d6
    sven.panne@aedion.de authored
    Due to the use of pattern guards in Haddock, GHC was called with
    -fglasgow-exts. This in turn enables bang patterns, too, which broke the
    Haddock build. Removing some unnecessary pattern guards seemed to be the
    better way of fixing this instead of using a pragma to disable pattern
    guards.
    34a994d6
    Avoid pattern guards
    sven.panne@aedion.de authored
    Due to the use of pattern guards in Haddock, GHC was called with
    -fglasgow-exts. This in turn enables bang patterns, too, which broke the
    Haddock build. Removing some unnecessary pattern guards seemed to be the
    better way of fixing this instead of using a pragma to disable pattern
    guards.
Loading