mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 04:01:56 +01:00
Add brick, text-zipper, vty, and dbmigrations
This commit is contained in:
parent
5404a2734d
commit
0c3dca6c5b
@ -231,6 +231,12 @@ packages:
|
|||||||
- vhd
|
- vhd
|
||||||
- xenstore
|
- xenstore
|
||||||
|
|
||||||
|
"Jonathan Daugherty <cygnus@foobox.com>":
|
||||||
|
- brick
|
||||||
|
- dbmigrations
|
||||||
|
- text-zipper
|
||||||
|
- vty
|
||||||
|
|
||||||
"Chris Done":
|
"Chris Done":
|
||||||
- ace
|
- ace
|
||||||
- check-email
|
- check-email
|
||||||
@ -1296,6 +1302,9 @@ packages:
|
|||||||
# Package flags are applied to individual packages, and override the values of
|
# Package flags are applied to individual packages, and override the values of
|
||||||
# global-flags
|
# global-flags
|
||||||
package-flags:
|
package-flags:
|
||||||
|
brick:
|
||||||
|
demos: true
|
||||||
|
|
||||||
mersenne-random-pure64:
|
mersenne-random-pure64:
|
||||||
small_base: false
|
small_base: false
|
||||||
|
|
||||||
@ -1351,6 +1360,7 @@ skipped-builds:
|
|||||||
|
|
||||||
# By skipping a test suite, we do not pull in the build dependencies
|
# By skipping a test suite, we do not pull in the build dependencies
|
||||||
skipped-tests:
|
skipped-tests:
|
||||||
|
- dbmigrations
|
||||||
- ReadArgs # old version of hspec
|
- ReadArgs # old version of hspec
|
||||||
- ersatz # old QuickCheck
|
- ersatz # old QuickCheck
|
||||||
- punycode # pulls in encoding
|
- punycode # pulls in encoding
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user