Skip to content

Commit 6823278

Browse files
Stop using the deprecated Foreign.Haskell.Maybe in IO
1 parent fa3d902 commit 6823278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System/Environment/Primitive.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ module System.Environment.Primitive where
1616

1717
open import IO.Primitive using (IO)
1818
open import Data.List.Base using (List)
19+
open import Data.Maybe.Base using (Maybe)
1920
open import Data.String.Base using (String)
2021
open import Data.Unit using (⊤)
2122

22-
open import Foreign.Haskell.Maybe using (Maybe)
2323
open import Foreign.Haskell.Pair using (Pair)
2424

2525
{-# FOREIGN GHC import qualified System.Environment as SE #-}

0 commit comments

Comments
 (0)