Skip to content

Commit 1c8146a

Browse files
committed
Fix bitrotten import
1 parent fbefee5 commit 1c8146a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Network/MPD/Commands/Parse.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ module Network.MPD.Commands.Parse where
1212

1313
import Network.MPD.Commands.Types
1414

15-
import Control.Monad
16-
import Control.Monad.Except
15+
import Control.Monad (foldM)
1716
import Data.Maybe (fromMaybe)
1817

1918
import Network.MPD.Util

0 commit comments

Comments
 (0)