Skip to content

Commit

Permalink
Merge branch 'develop-reorg' into develop. Close #176.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Sep 15, 2021
2 parents e93e719 + 4af1d8c commit 53b00ad
Show file tree
Hide file tree
Showing 82 changed files with 239 additions and 238 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -24,7 +24,7 @@ cabal.project.local~
.ghc.environment.*

# Others
tests/testAFRPMain
yampa/tests/testAFRPMain
.virthualenv
SourceGraph
.tags
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,10 +19,10 @@ before_install:
- travis_retry sudo apt-get install libcwiid-dev libsdl1.2-dev

install:
- travis_retry cabal install --enable-tests -fexamples --only-dependencies . extensions/testing/
- travis_retry cabal install --enable-tests -fexamples --only-dependencies yampa/ yampa-test/

script:
- if [ "${TRAVIS_HASKELL_VERSION}" == "8.4.4" ]; then cabal install -ftest-doc-coverage --run-tests -j1 . extensions/testing/; else cabal install --enable-tests -fexamples -j1 . extensions/testing/; fi
- if [ "${TRAVIS_HASKELL_VERSION}" == "8.4.4" ]; then cabal install -ftest-doc-coverage --run-tests -j1 yampa/ yampa-test/; else cabal install --enable-tests -fexamples -j1 yampa/ yampa-test/; fi

after_script:

Expand Down
233 changes: 0 additions & 233 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
4 changes: 2 additions & 2 deletions cabal.project
@@ -1,4 +1,4 @@
packages:
./.
extensions/testing/
yampa/
yampa-test/

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 53b00ad

Please sign in to comment.