Skip to content

Commit 5b6af80

Browse files
{Parser,Eval}Tests: no need in signatures here (#844)
1 parent fccb886 commit 5b6af80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/EvalTests.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{-# LANGUAGE ScopedTypeVariables #-}
55
{-# LANGUAGE TemplateHaskell #-}
66

7+
{-# OPTIONS_GHC -Wno-missing-signatures #-}
78

89

910
module EvalTests (tests, genEvalCompareTests) where

tests/ParserTests.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{-# LANGUAGE RankNTypes #-}
55

66
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
7+
{-# OPTIONS_GHC -Wno-missing-signatures #-}
78

89

910
module ParserTests (tests) where

0 commit comments

Comments
 (0)