Skip to content

Commit 7abbea2

Browse files
committed
Remove unnecessary langauge pragma
1 parent 7ae9411 commit 7abbea2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/ArrayTests.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{-# LANGUAGE ScopedTypeVariables #-}
22
{-# LANGUAGE CPP #-}
3-
{-# LANGUAGE TypeApplications #-}
43

54
module ArrayTests (arrayTests) where
65

tests/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ tests :: TestTree
2020
tests = testGroup "Tests"
2121
[ arrayTests
2222
, sortTests
23-
] where
23+
] where

0 commit comments

Comments
 (0)