Skip to content

Commit 107426a

Browse files
committed
Windows file names, Karl!
1 parent d2d8212 commit 107426a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

generic-arbitrary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-suite test
6363
, tasty-discover
6464
, tasty-hunit
6565
, tasty-quickcheck
66-
other-modules: Aux
66+
other-modules: Auxiliary
6767
, LimitationDemo
6868
, NoTypecheckTest
6969
, ParametersTest

test/Aux.hs renamed to test/Auxiliary.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Aux where
1+
module Auxiliary where
22

33
import Control.Exception
44
import Test.QuickCheck

test/NoTypecheckTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module NoTypecheckTest where
77

8-
import Aux
8+
import Auxiliary
99
import GHC.Generics (Generic)
1010
import Test.QuickCheck
1111
import Test.QuickCheck.Arbitrary.Generic

test/ParametersTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module ParametersTest where
55

6-
import Aux
6+
import Auxiliary
77
import Control.DeepSeq
88
import GHC.Generics (Generic)
99
import Test.QuickCheck

0 commit comments

Comments
 (0)