X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Fderiving%2Fdrv007.hs;fp=ghc%2Fcompiler%2Ftests%2Fderiving%2Fdrv007.hs;h=0000000000000000000000000000000000000000;hb=1369cd5bc5f167b3b635fba26db0357a1c2a00de;hp=ba1a864f30e43ab3b5fca40e8a08472a902b06cb;hpb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/deriving/drv007.hs b/ghc/compiler/tests/deriving/drv007.hs deleted file mode 100644 index ba1a864..0000000 --- a/ghc/compiler/tests/deriving/drv007.hs +++ /dev/null @@ -1,4 +0,0 @@ ---!!! buggy deriving with function type, reported by Sigbjorn Finne -module ShouldSucceed where - -data Foo = Foo (Int -> Int) deriving Eq