summaryrefslogtreecommitdiffhomepage
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Kazu Yamamoto <kazu@iij.ad.jp>2012-03-28 12:09:40 +0900
committerGravatar Kazu Yamamoto <kazu@iij.ad.jp>2012-03-28 12:09:40 +0900
commit163f05707ca2650b2a88847422819ff19d9447e6 (patch)
treec8c4e9bb2e27aba87cf04c2ff953e8ba887d4ad0 /Test.hs
parent5585edc688ba8447d1e8ba24e669fb43dbc986ee (diff)
ver bumps up.
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index a2a4f46..2c98597 100644
--- a/Test.hs
+++ b/Test.hs
@@ -6,7 +6,7 @@ import qualified Data.ByteString.Char8 as BS
import Data.List
import Network.DNS as DNS
import Test.Framework.Providers.HUnit
-import Test.Framework.TH
+import Test.Framework.TH.Prime
import Test.HUnit
----------------------------------------------------------------