Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qbar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jktr
qbar
Commits
0ae35d02
Commit
0ae35d02
authored
5 years ago
by
Jens Nolte
Browse files
Options
Downloads
Patches
Plain Diff
Add MonadIO to prelude
parent
e9449462
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Prelude.hs
+9
-6
9 additions, 6 deletions
src/Prelude.hs
src/QBar/Blocks/Date.hs
+0
-1
0 additions, 1 deletion
src/QBar/Blocks/Date.hs
with
9 additions
and
7 deletions
src/Prelude.hs
+
9
−
6
View file @
0ae35d02
...
...
@@ -3,11 +3,16 @@
module
Prelude
(
module
BasePrelude
,
ByteString
.
ByteString
,
Control
.
Monad
.
forever
,
Control
.
Monad
.
unless
,
Control
.
Monad
.
void
,
Control
.
Monad
.
when
,
Control
.
Monad
.
IO
.
Class
.
MonadIO
,
Control
.
Monad
.
IO
.
Class
.
liftIO
,
Text
.
Text
,
Maybe
.
listToMaybe
,
error
,
errorWithoutStackTrace
,
forever
,
head
,
intercalate
,
trace
,
...
...
@@ -16,10 +21,7 @@ module Prelude
traceShowId
,
traceM
,
traceShowM
,
undefined
,
unless
,
void
,
when
undefined
)
where
...
...
@@ -30,7 +32,8 @@ import BasePrelude hiding
undefined
,
)
import
qualified
BasePrelude
as
P
import
Control.Monad
(
forever
,
void
,
when
,
unless
)
import
qualified
Control.Monad
import
qualified
Control.Monad.IO.Class
import
qualified
Data.ByteString
as
ByteString
import
qualified
Data.Maybe
as
Maybe
import
qualified
Data.Text.Lazy
as
Text
...
...
This diff is collapsed.
Click to expand it.
src/QBar/Blocks/Date.hs
+
0
−
1
View file @
0ae35d02
...
...
@@ -7,7 +7,6 @@ import QBar.Time
import
qualified
Data.Text.Lazy
as
T
import
Data.Time.Format
import
Data.Time.LocalTime
import
Pipes
import
Control.Lens
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment