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
ee8b8cc6
Commit
ee8b8cc6
authored
Sep 02, 2017
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove build-parser.sh
parent
bd09a30d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
build-parser.sh
ghc-parser/build-parser.sh
+0
-18
ghc-parser.cabal
ghc-parser/ghc-parser.cabal
+0
-1
No files found.
ghc-parser/build-parser.sh
deleted
100755 → 0
View file @
bd09a30d
#!/bin/bash -e
# Called from Setup.hs.
function
make_parser
{
SRCDIR
=
$1
SRCNAME
=
$2
# Preprocess the GHC parser we're using to CPP subs.
cpphs
--linepragma
--text
${
SRCNAME
}
.y.pp
-OParser
.y
# Compile the parser and remove intermediate file.
happy Parser.y
rm
Parser.y
# Move output Haskell to source directory.
mkdir
-p
$SRCDIR
/Language/Haskell/GHC
mv
Parser.hs
$SRCDIR
/Language/Haskell/GHC/HappyParser.hs
}
ghc-parser/ghc-parser.cabal
View file @
ee8b8cc6
...
...
@@ -18,7 +18,6 @@ cabal-version: >=1.16
-- hs-source-dirs doesn't work well, doesn't take union, so include all src dirs specifically
extra-source-files:
build-parser.sh
HaskellParser76.y.pp
HaskellParser782.y.pp
HaskellParser783.y.pp
...
...
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