Skip to content

Commit 090d967

Browse files
Move agda2hs.agda-lib into lib directory
1 parent d91d2ed commit 090d967

Some content is hidden

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

98 files changed

+14
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'lib/**'
99
- 'src/**'
1010
- 'test/**'
11-
- 'agda2hs.agda-lib'
11+
- 'lib/agda2hs/agda2hs.agda-lib'
1212
- 'agda2hs.cabal'
1313
- 'cabal.project'
1414
- 'Makefile'

.github/workflows/nix-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'lib/**'
99
- 'src/**'
1010
- 'test/**'
11-
- 'agda2hs.agda-lib'
11+
- 'lib/agda2hs/agda2hs.agda-lib'
1212
- 'agda2hs.cabal'
1313
- 'cabal.project'
1414
- 'Makefile'

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repl :
1111
cabal repl # e.g. `:set args -itest -otest/build test/AllTests.agda ... main ... :r ... main`
1212

1313
libHtml :
14-
cabal run agda2hs -- --html lib/Haskell/Prelude.agda
15-
cp html/Haskell.Prelude.html html/index.html
14+
cabal run agda2hs -- --html lib/agda2hs/Haskell/Prelude.agda
15+
cp html/agda2hs/Haskell.Prelude.html html/agda2hs/index.html
1616

1717
test/agda2hs : $(FILES)
1818
cabal install agda2hs --overwrite-policy=always --installdir=test --install-method=copy

agda2hs.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ description:
1818
extra-doc-files: CHANGELOG.md
1919
README.md
2020

21-
data-files: agda2hs.agda-lib
22-
lib/**/*.agda
21+
data-files:
22+
lib/agda2hs/agda2hs.agda-lib
23+
lib/agda2hs/**/*.agda
2324

2425
source-repository head
2526
type: git

docs/source/introduction.md

Lines changed: 3 additions & 3 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)