Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
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
gargantext
gargantext-ihaskell
Commits
9fbe4b24
Commit
9fbe4b24
authored
Feb 17, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing dependency issues
parent
571e371f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
ihaskell-parsec.cabal
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
+2
-1
ihaskell.cabal
ihaskell.cabal
+0
-1
Evaluate.hs
src/IHaskell/Eval/Evaluate.hs
+0
-1
No files found.
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
View file @
9fbe4b24
...
@@ -7,7 +7,7 @@ name: ihaskell-parsec
...
@@ -7,7 +7,7 @@ name: ihaskell-parsec
-- PVP summary: +-+------- breaking API changes
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-- | | | +--- code changes with no API change
version: 0.2.
0
.0
version: 0.2.
1
.0
-- A short (one-line) description of the package.
-- A short (one-line) description of the package.
synopsis: IHaskell display instances for Parsec
synopsis: IHaskell display instances for Parsec
...
@@ -38,6 +38,7 @@ category: Development
...
@@ -38,6 +38,7 @@ category: Development
build-type: Simple
build-type: Simple
extra-source-files: widget.html, widget.js
-- Extra files to be distributed with the package, such as examples or a
-- Extra files to be distributed with the package, such as examples or a
-- README.
-- README.
-- extra-source-files:
-- extra-source-files:
...
...
ihaskell.cabal
View file @
9fbe4b24
...
@@ -85,7 +85,6 @@ library
...
@@ -85,7 +85,6 @@ library
system-argv0 -any,
system-argv0 -any,
system-filepath -any,
system-filepath -any,
tar -any,
tar -any,
template-haskell -any,
text >=0.11,
text >=0.11,
transformers -any,
transformers -any,
unix >= 2.6,
unix >= 2.6,
...
...
src/IHaskell/Eval/Evaluate.hs
View file @
9fbe4b24
...
@@ -20,7 +20,6 @@ import Data.Char as Char
...
@@ -20,7 +20,6 @@ import Data.Char as Char
import
Data.Dynamic
import
Data.Dynamic
import
Data.Typeable
import
Data.Typeable
import
qualified
Data.Serialize
as
Serialize
import
qualified
Data.Serialize
as
Serialize
import
qualified
Language.Haskell.TH
as
TH
import
System.Directory
import
System.Directory
import
Filesystem.Path.CurrentOS
(
encodeString
)
import
Filesystem.Path.CurrentOS
(
encodeString
)
import
System.Posix.IO
import
System.Posix.IO
...
...
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