diff options
Diffstat (limited to 'src/runtime/haskell-bind/PGF.hs')
| -rw-r--r-- | src/runtime/haskell-bind/PGF.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/haskell-bind/PGF.hs b/src/runtime/haskell-bind/PGF.hs new file mode 100644 index 000000000..8aeca7ab8 --- /dev/null +++ b/src/runtime/haskell-bind/PGF.hs @@ -0,0 +1,3 @@ +module PGF(module PGF2) where + +import PGF2 |
