Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 83183e6

Browse files
committed
Fix warnings for 0.7.6
1 parent 5f4f36d commit 83183e6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/DOM/Event/DragEvent/DataTransfer.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module DOM.Event.DragEvent.DataTransfer where
22

3-
import DOM.File.Types (FileList)
3+
import DOM.File.Types (FileList())
44

55
foreign import data DataTransfer :: *
66

src/DOM/HTML/HTMLMediaElement/CanPlayType.purs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ module DOM.HTML.HTMLMediaElement.CanPlayType
77
) where
88

99
import Prelude
10-
import Data.Maybe (Maybe(..))
11-
import Data.Enum (Enum, Cardinality(..), defaultSucc, defaultPred)
1210

1311
newtype CanPlayType = CanPlayType String
1412

0 commit comments

Comments
 (0)