-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mysql-haskell, enable word24 tests
Add mysql-haskell, enable word24 tests
- Loading branch information
1 parent
0b99276
commit fafe3ee
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ packages: | |
- binary-parsers | ||
- binary-ieee754 | ||
- word24 | ||
- mysql-haskell | ||
|
||
"Harendra Kumar <[email protected]> @harendra-kumar": | ||
- unicode-transforms | ||
|
@@ -2843,6 +2844,7 @@ expected-test-failures: | |
# Requires running servers, accounts, or a specific | ||
# environment. These shouldn't be re-enabled unless we know a fix | ||
# has been released. | ||
- mysql-haskell # Requires local mysql server with a test account, and binlog enabled. | ||
- GLFW-b # X | ||
- HTF # Requires shell script and are incompatible with sandboxed package databases | ||
- HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 | ||
|
@@ -2937,7 +2939,6 @@ expected-test-failures: | |
- thyme # https://github.com/liyang/thyme/issues/50 | ||
- tries # https://github.com/athanclark/tries/issues/2 | ||
- wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 | ||
- word24 # 2.0.0 no issue tracker https://github.com/fpco/stackage/pull/2012 | ||
- xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 | ||
|
||
# Misc. | ||
|