Skip to content

remove fork of Ranged-sets-0.3.0 #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update -y
apt-get install -y ghc alex happy
apt-get install -y ghc alex happy cabal
cabal install Ranged-sets
run: |
(cd src/; alex -g Scan.x; happy -ag Parser.y)
# Need to remove mention of the Cabal path module, and then substitutes
Expand All @@ -45,7 +46,7 @@ jobs:
sed -i "s/getDataDir/\(return \"$(pwd | sed 's/\//\\\//g')\\/data\"\)/g" src/Main.hs
sed -i "s/version/undefined/g" src/Main.hs
ghc -XHaskell2010 -XPatternSynonyms -XFlexibleContexts -XMagicHash -XCPP -XNondecreasingIndentation -XScopedTypeVariables -XTupleSections -XDeriveFunctor \
-package array -package containers -package directory \
-package array -package containers -package directory -package Ranged-sets \
-isrc src/Main.hs \
-o alex
./alex -g tests/simple.x
Expand Down
9 changes: 0 additions & 9 deletions NOTE.txt

This file was deleted.

5 changes: 1 addition & 4 deletions alex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ executable alex
, array
, containers
, directory
, Ranged-sets >= 0.5.0 && < 1

default-language:
Haskell2010
Expand Down Expand Up @@ -142,10 +143,6 @@ executable alex
Scan
Util
UTF8
Data.Ranged
Data.Ranged.Boundaries
Data.Ranged.RangedSet
Data.Ranged.Ranges

test-suite tests
type: exitcode-stdio-1.0
Expand Down
30 changes: 0 additions & 30 deletions src/Data/LICENSE.txt

This file was deleted.

9 changes: 0 additions & 9 deletions src/Data/Ranged.hs

This file was deleted.

216 changes: 0 additions & 216 deletions src/Data/Ranged/Boundaries.hs

This file was deleted.

Loading
Loading