File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- module Aux where
1+ module Auxiliary where
22
33import Control.Exception
44import Test.QuickCheck
Original file line number Diff line number Diff line change 55
66module NoTypecheckTest where
77
8- import Aux
8+ import Auxiliary
99import GHC.Generics (Generic )
1010import Test.QuickCheck
1111import Test.QuickCheck.Arbitrary.Generic
Original file line number Diff line number Diff line change 33
44module ParametersTest where
55
6- import Aux
6+ import Auxiliary
77import Control.DeepSeq
88import GHC.Generics (Generic )
99import Test.QuickCheck
You can’t perform that action at this time.
0 commit comments