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
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.
0
.0
version: 0.2.
1
.0
-- A short (one-line) description of the package.
synopsis: IHaskell display instances for Parsec
...
...
@@ -38,6 +38,7 @@ category: Development
build-type: Simple
extra-source-files: widget.html, widget.js
-- Extra files to be distributed with the package, such as examples or a
-- README.
-- extra-source-files:
...
...
ihaskell.cabal
View file @
9fbe4b24
...
...
@@ -85,7 +85,6 @@ library
system-argv0 -any,
system-filepath -any,
tar -any,
template-haskell -any,
text >=0.11,
transformers -any,
unix >= 2.6,
...
...
src/IHaskell/Eval/Evaluate.hs
View file @
9fbe4b24
...
...
@@ -20,7 +20,6 @@ import Data.Char as Char
import
Data.Dynamic
import
Data.Typeable
import
qualified
Data.Serialize
as
Serialize
import
qualified
Language.Haskell.TH
as
TH
import
System.Directory
import
Filesystem.Path.CurrentOS
(
encodeString
)
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