summaryrefslogtreecommitdiff
path: root/Hero/Node.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hero/Node.hs')
-rw-r--r--Hero/Node.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Hero/Node.hs b/Hero/Node.hs
index 38f540d..e7eb687 100644
--- a/Hero/Node.hs
+++ b/Hero/Node.hs
@@ -53,7 +53,6 @@ import qualified Miso.FFI.Document as Document
import qualified Miso.FFI.Fullscreen as Fullscreen
import Miso.String
import qualified Network.RemoteData as Network
-import Protolude
-- | Entry point for a miso application
main :: IO ()
@@ -143,7 +142,7 @@ move (ToggleInLibrary c) form = form {user = newUser} <# pure NoOp
newUser = (user form) {userLibrary = newLib}
newLib
| c `elem` (userLibrary <| user form) =
- Protolude.filter (/= c) <| userLibrary <| user form
+ Alpha.filter (/= c) <| userLibrary <| user form
| otherwise = c : (userLibrary <| user form)
move (HandleURI u) form = form {uri = u} <# pure NoOp
move (ChangeURI u) form =