diff options
Diffstat (limited to 'tests/Spec.hs')
-rw-r--r-- | tests/Spec.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs new file mode 100644 index 0000000..505b276 --- /dev/null +++ b/tests/Spec.hs @@ -0,0 +1,4 @@ +import Distribution.Helper + +main = do + writeAutogenFiles "./dist" |