Skip to content
  • Ryan Scott's avatar
    Add pragCompleteDName to templateHaskellNames · e4ab8ba7
    Ryan Scott authored
    95dc6dc0 forgot to add `pragCompleteDName`
    to the list of `templateHaskellNames`, which caused a panic if you actually
    tried to splice a `COMPLETE` pragma using Template Haskell. This applies the
    easy fix and augments the regression test to check for this in the future.
    e4ab8ba7