Skip to content

Commit f84bcab

Browse files
committed
Adds GHC 8.10 to tested-with
1 parent c3044cd commit f84bcab

File tree

12 files changed

+24
-12
lines changed

12 files changed

+24
-12
lines changed

computational-algebra/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
# synopsis: Short description of your package

halg-algebraic/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: Algebraic reals, part of halg computational algebra suite.

halg-algorithms/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: Algorithms related to Gröbner basis, part of halg computational algebra suite.

halg-bridge-singular/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: Bridge interface between Singular and halg computational algebra suite.

halg-core-test/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
# synopsis: Short description of your package

halg-core/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: Core types and functions of halg computational algebra suite.

halg-factor/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: Polynomial factorisation algorithms, part of halg computational algebra suite.

halg-galois-fields/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: General Galois fields, part of halg computational algebra suite.

halg-heaps/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: Various heap structures

halg-matrices/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: Abstraction layer ror various matrix libraries, part of halg computational algebra suite.

halg-polyn-parser/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: Polynomial parsers, part of halg computational algebra suite.

halg-polynomials/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
tested-with: |
14-
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2
14+
GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.2,
15+
GHC == 8.10.1
1516
1617
# Metadata used when publishing your package
1718
synopsis: |

0 commit comments

Comments
 (0)