fix(build): remove redundant import

This commit is contained in:
Steffen Jost 2022-07-04 13:05:28 +02:00
parent f166cf4a5a
commit a35341d4b7

View File

@ -54,7 +54,6 @@ import qualified Data.SemVer.Constraint as SemVer.Constraint
import qualified Data.HashSet as HashSet
import Utils.Avs -- not sure that this belongs here
{-
instance Arbitrary Day where