Skip to content

Commit d6346db

Browse files
committed
Fix imports
1 parent 088c845 commit d6346db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Posix.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Data.Posix where
22

3-
import Prelude (Show, show, (<>))
3+
import Prelude (Show, show, (<>), Ord, compare, Eq, eq)
44
import Data.Function (on)
55

66
data Signal

0 commit comments

Comments
 (0)