Skip to content

Commit 6114811

Browse files
committed
Fix bitrotten import
1 parent 95d3b3b commit 6114811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/MPD/Commands/Parse.hs

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

1313
import Network.MPD.Commands.Types
1414

15-
import Control.Monad.Except
15+
import Control.Monad (foldM)
1616
import Data.Maybe (fromMaybe)
1717

1818
import Network.MPD.Util

0 commit comments

Comments
 (0)