Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
patches-class
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Przemyslaw Kaminski
patches-class
Commits
d3e971d4
Commit
d3e971d4
authored
Dec 14, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Prelude import needed (because no implicit Prelude in our GarganText project)
parent
4712bfb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Class.hs
src/Data/Patch/Class.hs
+3
-1
Utils.hs
src/Data/Patch/Class/Utils.hs
+1
-0
No files found.
src/Data/Patch/Class.hs
View file @
d3e971d4
...
@@ -33,7 +33,7 @@ module Data.Patch.Class
...
@@ -33,7 +33,7 @@ module Data.Patch.Class
,
_New
,
_New
-- Replace (TODO move to its own module)
-- Replace (TODO move to its own module)
,
Replace
,
Replace
(
..
)
,
ConflictResolutionReplace
,
ConflictResolutionReplace
-- PairPatch (TODO move to its own module)
-- PairPatch (TODO move to its own module)
...
@@ -57,6 +57,8 @@ module Data.Patch.Class
...
@@ -57,6 +57,8 @@ module Data.Patch.Class
)
)
where
where
import
Prelude
import
Data.Aeson
import
Data.Aeson
import
Data.Bifunctor
import
Data.Bifunctor
import
Data.Bifoldable
import
Data.Bifoldable
...
...
src/Data/Patch/Class/Utils.hs
View file @
d3e971d4
...
@@ -18,6 +18,7 @@ module Data.Patch.Class.Utils
...
@@ -18,6 +18,7 @@ module Data.Patch.Class.Utils
,
module
Debug
.
Trace
,
module
Debug
.
Trace
)
where
)
where
import
Prelude
import
Data.Aeson
import
Data.Aeson
import
Data.Aeson.Types
import
Data.Aeson.Types
import
Data.Maybe
import
Data.Maybe
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment