Skip to content

Commit

Permalink
Corrected changed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Nov 6, 2023
1 parent 0e5159c commit 0c3f21d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test/Spec.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import Data.CourseDirectory.Parsing (isYear)
import Test.QuickCheck
import Data.Parsing.CourseDirectory (isYear)
import Test.QuickCheck (
Arbitrary (arbitrary),
Gen,
arbitraryUnicodeChar,
chooseInteger,
listOf1,
quickCheck,
)

newtype ValidYear = ValidYear String deriving (Show)
newtype InvalidYear = InvalidYear String deriving (Show)
Expand Down

0 comments on commit 0c3f21d

Please sign in to comment.