update sydtest

This commit is contained in:
Tom Sydney Kerckhove 2021-11-18 15:00:17 +01:00
parent 604ce108bd
commit c1687a96fc
4 changed files with 12 additions and 6 deletions

View File

@ -84,8 +84,14 @@ module Autodocodec
shownBoundedEnumCodec,
stringConstCodec,
enumCodec,
matchChoicesCodec,
-- *** Alternative parsing
parseAlternative,
parseAlternatives,
-- *** Choice
matchChoiceCodec,
matchChoicesCodec,
-- * Bare codec
Codec (..),

View File

@ -1042,7 +1042,7 @@ enumCodec = go
then Left e
else Right i
-- | A codec for an enum that can be written as constant string values>
-- | A codec for an enum that can be written as constant string values
--
-- === Example usage
--

View File

@ -65,10 +65,10 @@
"homepage": "",
"owner": "NorfairKing",
"repo": "sydtest",
"rev": "89566d227e693d776d53624656ce49efc81194c3",
"sha256": "1rmvnr6sf1w2l53lkd7dk331mixq5dmcj51mq27wyjrmvx4v6wrr",
"rev": "e75c55b920936e344b779093b2a0318fb35d1770",
"sha256": "086mr29c5a3fysz8nx06a0j8g1asy63xpqpi546bydxqxny9hyvl",
"type": "tarball",
"url": "https://github.com/NorfairKing/sydtest/archive/89566d227e693d776d53624656ce49efc81194c3.tar.gz",
"url": "https://github.com/NorfairKing/sydtest/archive/e75c55b920936e344b779093b2a0318fb35d1770.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"validity": {

View File

@ -29,7 +29,7 @@ extra-deps:
- safe-coloured-text
- safe-coloured-text-terminfo
- github: NorfairKing/sydtest
commit: 89566d227e693d776d53624656ce49efc81194c3
commit: e75c55b920936e344b779093b2a0318fb35d1770
subdirs:
- sydtest
- sydtest-aeson