diff options
author | Simon Hengel <sol@typeful.net> | 2012-01-11 14:25:48 +0100 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2012-02-04 00:48:25 +0100 |
commit | 170646139ac4b411c4f036953688f18833fdf5f1 (patch) | |
tree | 5dd3f9ec73ce380d85a6afb9a0589fc8f9f460aa /tests/unit-tests/.ghci | |
parent | 101a9279fe28a817c2f274e365be2d7688fa6941 (diff) |
Set unit tests for parser back to work
Diffstat (limited to 'tests/unit-tests/.ghci')
-rw-r--r-- | tests/unit-tests/.ghci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit-tests/.ghci b/tests/unit-tests/.ghci new file mode 100644 index 00000000..10563664 --- /dev/null +++ b/tests/unit-tests/.ghci @@ -0,0 +1 @@ +:set -i../../src -i../../dist/build/autogen -i../../dist/build/haddock/haddock-tmp/ -packageghc -optP-include -optP../../dist/build/autogen/cabal_macros.h -XCPP -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash |