Skip to content

Commit e0338e0

Browse files
Rename agda2hs.agda-lib to base.agda-lib
1 parent 20e544f commit e0338e0

Some content is hidden

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

99 files changed

+30
-26
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-
- 'lib/agda2hs/agda2hs.agda-lib'
11+
- 'lib/base/base.agda-lib'
1212
- 'agda2hs.cabal'
1313
- 'cabal.project'
1414
- 'Makefile'

.github/workflows/nix-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'lib/**'
99
- 'src/**'
1010
- 'test/**'
11-
- 'lib/agda2hs/agda2hs.agda-lib'
11+
- 'lib/base/base.agda-lib'
1212
- 'agda2hs.cabal'
1313
- 'cabal.project'
1414
- 'Makefile'
@@ -24,12 +24,12 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
derivation: [agda2hs, agda2hs-lib]
27+
derivation: [agda2hs, base-lib]
2828
include:
2929
- pretty: "Compile agda2hs"
3030
derivation: agda2hs
3131
- pretty: "Typecheck with Agda"
32-
derivation: agda2hs-lib
32+
derivation: base-lib
3333
steps:
3434
- uses: actions/checkout@v3
3535
- uses: cachix/install-nix-action@v22

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/agda2hs/Haskell/Prelude.agda
15-
cp html/agda2hs/Haskell.Prelude.html html/agda2hs/index.html
14+
cabal run agda2hs -- --html lib/base/Haskell/Prelude.agda
15+
cp html/base/Haskell.Prelude.html html/base/index.html
1616

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

agda2hs.cabal

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

2121
data-files:
22-
lib/agda2hs/agda2hs.agda-lib
23-
lib/agda2hs/**/*.agda
22+
lib/base/base.agda-lib
23+
lib/base/**/*.agda
2424

2525
source-repository head
2626
type: git

docs/source/introduction.md

Lines changed: 9 additions & 9 deletions

lib/agda2hs/agda2hs.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)