Skip to content

Commit 5af9be6

Browse files
committed
Merge remote-tracking branch 'origin/develop' into module-for-additive
2 parents e0d4e8a + 307a5f0 commit 5af9be6

File tree

4 files changed

+2
-187
lines changed

4 files changed

+2
-187
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Build
4343
run: cabal build --enable-tests --enable-benchmarks all
4444
- name: Run tests
45-
run: cabal test all
45+
run: cabal test --enable-tests all
4646
- name: Build Docs
4747
run: cabal haddock

.travis.yml

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

cabal.haskell-ci

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

patch.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, lens >= 4.7 && < 5
4242
, semigroupoids >= 4.0 && < 6
4343
, transformers >= 0.5.6.0 && < 0.6
44-
, witherable >= 0.3 && < 0.4
44+
, witherable >= 0.3 && < 0.5
4545

4646
exposed-modules: Data.Functor.Misc
4747
, Data.Monoid.DecidablyEmpty

0 commit comments

Comments
 (0)