diff options
Diffstat (limited to 'ghc/compiler/utils/SpecLoop.hs')
| -rw-r--r-- | ghc/compiler/utils/SpecLoop.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ghc/compiler/utils/SpecLoop.hs b/ghc/compiler/utils/SpecLoop.hs new file mode 100644 index 0000000000..bcc1af93c3 --- /dev/null +++ b/ghc/compiler/utils/SpecLoop.hs @@ -0,0 +1,8 @@ +module SpecLoop + + ( + module Name + ) where + +import Name + |
