Skip to content

Commit e3f4e84

Browse files
Merge branch 'dev-reorg'. Close #248.
Re-structure repo so all libraries are separate top-level directories. This branch reorganizes the repo so the libraries that compose the project are clearly visible at the top level. The README, the cabal.project, and the .travis.yml file are all updated to match the new repo structure.
2 parents 886932e + 0f2f24f commit e3f4e84

File tree

156 files changed

+201
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+201
-195
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ before_install:
2121
- git submodule update --remote
2222

2323
script:
24-
- cabal v2-build
24+
- cabal v2-install --lib copilot

README.md

Lines changed: 0 additions & 192 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions

cabal.project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
packages:
2-
copilot.cabal
3-
lib/*/*.cabal
2+
*/*.cabal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)