Commit 3a065556 authored by Clint Adams's avatar Clint Adams
Browse files

various broken updates

parent 9b60eb1a
Loading
Loading
Loading
Loading
+56 −0
Original line number Diff line number Diff line
Name:                cryptonite-conduit
version:             0.2.2
Synopsis:            cryptonite conduit
Description:
  Conduit bridge for cryptonite
  .
  For now only provide a conduit version for hash and hmac, but
  with contribution, this could provide cipher conduits too,
  and probably other things.
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          vincent@snarc.org
Category:            Cryptography, Conduit
Stability:           experimental
Build-Type:          Simple
Homepage:            https://github.com/haskell-crypto/cryptonite-conduit
Cabal-Version:       >=1.8
Extra-source-files:  README.md CHANGELOG.md

Library
  Exposed-modules:   Crypto.Cipher.ChaChaPoly1305.Conduit
                     Crypto.MAC.HMAC.Conduit
                     Crypto.Hash.Conduit
                     Crypto.PubKey.ECIES.Conduit
  Build-depends:     base >= 4 && < 5
                   , bytestring
                   , conduit
                   , conduit-extra
                   , cryptonite
                   , exceptions
                   , memory
                   , resourcet
                   , transformers
  ghc-options:       -Wall -fwarn-tabs

test-suite cryptonite-conduit-test
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Spec.hs
  build-depends:       base
                     , bytestring
                     , conduit
                     , conduit-combinators
                     , cryptonite
                     , cryptonite-conduit
                     , memory
                     , tasty
                     , tasty-hunit
                     , tasty-quickcheck
  ghc-options:       -Wall

source-repository head
  type: git
  location: https://github.com/haskell-crypto/cryptonite-conduit
+184 −181

File changed.

Preview size limit exceeded, changes collapsed.

+83 −81
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ adjunctions 4.4
aeson 1.2.4.0
aeson-compat 0.3.7.1
aeson-extra 0.4.1.0
aeson-pretty 0.8.5
aeson-pretty 0.8.7
aeson-qq 0.8.2
Agda 2.5.3 key
alex 3.2.4 binary key
@@ -14,7 +14,7 @@ Allure 0.7.1.0 binary=allure
alsa-core 0.5.0.1
alsa-mixer 0.2.0.3
annotated-wl-pprint 0.7.0
ansi-terminal 0.8.0.2 notest
ansi-terminal 0.8.0.4 notest
ansi-wl-pprint 0.6.8.2
appar 0.1.4
arbtt 0.9.0.13 binary notest key ignore # BROKEN: LTS 11: newer base
@@ -38,7 +38,7 @@ base64-bytestring 1.0.0.1
base-compat 0.9.3
basement 0.0.7
base-orphans 0.7
base-prelude 1.2.0.1
base-prelude 1.2.1
base-unicode-symbols 0.2.2.4
basic-prelude 0.7.0
bencode 0.6.0.0
@@ -47,17 +47,17 @@ binary-conduit 1.3 notest
binary-orphans 0.1.8.0
binary-parsers 0.2.3.0
binary-tagged 0.1.4.2
bindings-DSL 1.0.24
bindings-DSL 1.0.25
bindings-nettle 0.3.1 key # for QA
bindings-sane 0.0.1 key # for QA
bitarray 0.0.1.1
blaze-builder 0.4.1.0
blaze-builder-conduit 1.1.0 avoid
blaze-html 0.9.0.1
blaze-markup 0.8.2.0
blaze-markup 0.8.2.1 notest
blaze-svg 0.3.6.1
blaze-textual 0.2.1.0 notest
BlogLiterately 0.8.6.1 key ignore # BROKEN: needs patching for newer (ahead) pandoc
BlogLiterately 0.8.6.1 key ignore # BROKEN: needs patching for newer () pandoc
bloomfilter 2.0.1.0
bmp 1.2.6.3
BNFC 2.8.1 binary=bnfc
@@ -89,7 +89,7 @@ cabal-doctest 1.0.6
cabal-file-th 0.2.4
cabal-helper 0.8.0.2
cabal-install 2.0.0.1 binary
cairo 0.13.4.2
cairo 0.13.5.0
call-stack 0.1.0 notest
carettah 0.5.1 binary
case-insensitive 1.2.0.11
@@ -199,7 +199,7 @@ dependent-map 0.2.4.0
dependent-sum 0.4
dependent-sum-template 0.0.0.6
derive 2.6.3 ignore # BROKEN: LTS 11: newer haskell-src-exts
deriving-compat 0.4.1
deriving-compat 0.4.2
descriptive 0.9.4 # dep of structured-haskell-mode, by Thomas Koch
diagrams 1.4 binary=libghc-diagrams-dev ignore # hand-created meta package, does not yet pull in diagrams-contrib
diagrams-cairo 1.4
@@ -218,10 +218,10 @@ disk-free-space 0.1.0.1
distributive 0.5.3
djinn 2014.9.7 binary key
djinn-ghc 0.0.2.3
djinn-lib 0.0.1.2
djinn-lib 0.0.1.3
dlist 0.8.0.4 notest # tests require quickcheck newer than LTS 9.2
dlist-instances 0.1.1.1
dns 3.0.2
dns 3.0.3
doctemplates 0.2.2.1
doctest 0.13.0 notest
double-conversion 2.0.2.0
@@ -230,7 +230,7 @@ DRBG 0.5.5 notest
dual-tree 0.2.1 notest # Disable tests to avoid dep on testing-feat
dynamic-state 0.3
dyre 0.8.12
easy-file 0.2.1
easy-file 0.2.2
echo 0.1.3
ed25519 0.0.5.0 -f-test-hlint key
EdisonAPI 1.3.1
@@ -248,14 +248,14 @@ enummapset-th 0.6.1.1
equivalence 0.3.2
erf 2.0.0.0
errors 2.2.5
esqueleto 2.5.3
esqueleto 2.5.3 ignore # faked version
exact-pi 0.4.1.3
exceptions 0.8.3
exception-transformers 0.4.0.6
exception-transformers 0.4.0.7
executable-path 0.0.3.1
expiring-cache-map 0.0.6.1
extensible-exceptions 0.1.1.4
extra 1.6.5
extra 1.6.6
fail 4.9.0.0 avoid # empty package
failure 0.2.0.3
fast-logger 2.4.11
@@ -277,9 +277,9 @@ flexible-defaults 0.0.1.2
FloatingHex 0.4
fmlist 0.9.2
foldl 1.3.7
formatting 6.3.2
formatting 6.3.4
foundation 0.0.20
free 5.0.1
free 5.0.2
frown 0.6.2.3 binary ignore # BROKEN: LTS 11: newer base
fsnotify 0.2.1.1 notest
ftphs 1.0.9.1
@@ -297,13 +297,13 @@ ghc-mtl 1.2.1.0
ghc-paths 0.1.0.9
ghc-syb-utils 0.2.3.3
gio 0.13.4.0
git-annex 6.20180427 binary key -f-ConcurrentOutput
git-annex 6.20180509 binary key -f-ConcurrentOutput
github 0.19
github-backup 1.20170301 binary key ignore # BROKEM: LTS 11: newer github
gitit 0.12.2.1 key ignore # BROKEN: LTS 11: newer time
gitlib 3.1.1 ignore
gitrev 1.3.1
glib 0.13.5.0
glib 0.13.6.0
glirc 2.26 binary
Glob 0.9.2
gloss 1.11.1.1 key
@@ -317,18 +317,18 @@ graphviz 2999.19.0.0 ignore # BROKEN: LTS 11: newer fgl
groups 0.4.1.0
gsasl 0.3.6
gtk 0.14.7
gtk2hs-buildtools 0.13.3.1 binary
gtk2hs-buildtools 0.13.4.0 binary
gtk3 0.14.8
gtk-traymanager 0.1.6
hackage-mirror 0.1.1.1 ignore # BROKEN: LTS 11: via aws
hackage-security 0.5.3.0
haddock-library 1.4.5
hakyll 4.12.2.0 ahead
hakyll 4.12.2.0
half 0.2.2.3
hamlet 1.2.0 avoid
happstack-authenticate 2.3.4.11
happstack-authenticate 2.3.4.11 ignore # BROKEN: via happstack-jmacro
happstack-hsp 7.3.7.3 key
happstack-jmacro 7.0.12
happstack-jmacro 7.0.12 ignore # BROKEN: wl-pprint-text
happstack-server 7.5.1
happy 1.19.9 binary
harp 0.4.3
@@ -343,7 +343,7 @@ haskell-qrencode 1.0.4
haskell-src 1.0.3.0
haskell-src-exts 1.20.2 notest
haskell-src-exts-simple 1.20.0.0
haskell-src-exts-util 0.2.2
haskell-src-exts-util 0.2.3
haskell-src-meta 0.8.0.2
hasktags 0.69.3 binary key
hastache 0.6.1
@@ -376,14 +376,14 @@ hledger-interest 1.5.1 binary key
hledger-lib 1.5.1
hledger-ui 1.5 binary
hledger-web 1.5.1 binary
hlint 2.1.1
hlint 2.1.5
hmatrix 0.18.2.0
hmatrix-gsl 0.18.2.0
hmt 0.15
hoauth2 1.7.1
hoogle 5.0.17.2 notest
hoogle 5.0.17.3 notest
hookup 0.2
hOpenPGP 2.6 key
hOpenPGP 2.6.2 key
hopenpgp-tools 0.20.1 binary ignore # BROKEN: LTS 11: via graphviz
hosc 0.16
hostname 1.0
@@ -396,7 +396,7 @@ hsemail 2
HSH 2.1.2 key # dependency of twidge
hsini 0.5.1.1
hslogger 1.2.10
hslua 0.9.5.1
hslua 0.9.5.2
hslua-module-text 0.1.2.1
HsOpenSSL 0.11.4.13 notest
HsOpenSSL-x509-system 0.1.0.3
@@ -413,22 +413,22 @@ hspec-wai 0.9.0
hstatsd 0.1
HStringTemplate 0.8.7
hsx2hs 0.14.1.3
hsx-jmacro 7.3.8
hsx-jmacro 7.3.8 ignore # BROKEN: wl-pprint-text
hsyslog 5.0.1
html 1.0.1.2
html-conduit 1.3.0
http2 1.6.3
HTTP 4000.3.11 notest
http-api-data 0.3.7.2
http-client 0.5.12
http-client 0.5.12.1
http-client-tls 0.3.5.3 notest
http-common 0.8.2.0
http-conduit 2.3.0
http-date 0.0.6.1 notest
http-conduit 2.3.1
http-date 0.0.7 notest
http-link-header 1.0.3
http-media 0.7.1.2
http-reverse-proxy 0.5.0.1 notest
http-streams 0.8.5.5 notest # testsuite creates dependency loop with snap
http-streams 0.8.6.1 notest # testsuite creates dependency loop with snap
http-types 0.12.1
HUnit 1.6.0.0
hxt 9.3.1.16
@@ -444,8 +444,8 @@ iconv 0.4.1.3
idna 0.3.0
ieee754 0.8.0
IfElse 0.85
incremental-parser 0.2.5.3 notest
ini 0.3.5
incremental-parser 0.2.5.4 notest
ini 0.3.6
integer-logarithms 1.0.2.1 notest # tests require quickcheck newer than LTS 9.2
intern 0.9.2
interpolate 0.2.0
@@ -455,14 +455,14 @@ IOSpec 0.3
io-storage 0.3
io-streams 1.5.0.1
io-streams-haproxy 1.0.0.2
iproute 1.7.3
iproute 1.7.5
irc 0.6.1.0
ircbot 0.6.5.3 key
irc-core 2.3.0
iso8601-time 0.1.4
ixset 1.0.7
ixset-typed 0.3.1.1 notest # test does not build with 7.10
jmacro 0.6.14
jmacro 0.6.15
js-flot 0.8.3
js-jquery 3.3.1
json 0.9.2
@@ -525,11 +525,11 @@ microstache 1.0.1.1
mighttpd2 3.4.2 binary key
mime 0.4.0.2
mime-mail 0.4.14
mime-mail-ses 0.4.0.0
mime-mail-ses 0.4.1
mime-types 0.1.0.7
minimorph 0.1.6.1
miniutter 0.4.6.0
mintty 0.1.1 avoid # useless on non-Windows systems
miniutter 0.4.7.0
mintty 0.1.2 avoid # useless on non-Windows systems
misfortune 0.1.1.2
MissingH 1.4.0.1 notest
mmap 0.5.9
@@ -540,7 +540,7 @@ monadcryptorandom 0.7.1
monad-journal 0.8.1
monadLib 3.7.3
monadlist 0.0.2
monad-logger 0.3.28.3
monad-logger 0.3.28.5
monad-loops 0.4.3
monad-par 0.3.4.8
monad-par-extras 0.3.3
@@ -549,7 +549,7 @@ MonadPrompt 1.0.0.5
MonadRandom 0.5.1
monads-tf 0.1.0.3
monad-unlift 0.2.0
monoid-extras 0.4.3
monoid-extras 0.4.4
monoid-subclasses 0.4.6
mono-traversable 1.0.8.1
mono-traversable-instances 0.1.0.0
@@ -584,7 +584,7 @@ network-uri-flag 0.1
newtype 0.2
newtype-generics 0.5.3
nonce 1.0.7
numbers 3000.2.0.1
numbers 3000.2.0.2
numeric-extras 0.1
NumInstances 1.4
numtype 1.2
@@ -594,7 +594,7 @@ oeis 0.3.9 notest
ofx 0.4.2.0 key
old-locale 1.0.0.7
old-time 1.1.0.3
OneTuple 0.2.1
OneTuple 0.2.2
only 0.0.6.0 binary
Only 0.1
oo-prototypes 0.1.0.0
@@ -608,10 +608,10 @@ options 1.2.1.1 notest
optparse-applicative 0.14.2.0
optparse-simple 0.1.0
pandoc 2.2 key ahead -fhttp-conduit
pandoc-citeproc 0.14.3.1 ahead -fbibutils -f-hexpat -funicode_collation
pandoc-citeproc 0.14.3.1 -fbibutils -f-hexpat -funicode_collation
pandoc-citeproc-preamble 1.2.3
pandoc-types 1.17.4.2 ahead notest # Disable tests to avoid dep on string-qq
pango 0.13.4.0
pandoc-types 1.17.4.2 notest ahead # Disable tests to avoid dep on string-qq
pango 0.13.5.0
parallel 3.2.1.1
parallel-tree-search 0.4.1
parseargs 0.2.0.8
@@ -628,8 +628,8 @@ pcre-light 0.4.0.4
pem 0.2.4
permutation 0.5.0.5
persistable-record 0.6.0.3
persistable-types-HDBC-pg 0.0.1.5
persistent 2.8.1
persistable-types-HDBC-pg 0.0.3.2
persistent 2.8.2
persistent-postgresql 2.8.2.0
persistent-sqlite 2.8.1.2
persistent-template 2.5.4
@@ -640,7 +640,7 @@ pipes 4.3.9
pipes-aeson 0.4.1.8
pipes-attoparsec 0.5.1.5
pipes-bytestring 2.1.6
pipes-group 1.0.9 notest # Disable tests to avoid dep on lens-family-core
pipes-group 1.0.10 notest # Disable tests to avoid dep on lens-family-core
pipes-parse 3.0.8
pipes-safe 2.2.9
pipes-zlib 0.4.4.1 key
@@ -657,19 +657,20 @@ presburger 1.3.1
prettyclass 1.0.0.0
prettyprinter 1.2.0.1
prettyprinter-ansi-terminal 1.1.1.2
prettyprinter-convert-ansi-wl-pprint 1.1
pretty-show 1.6.16
primes 0.2.1.0
primitive 0.6.3.0
prim-uniq 0.1.0.1
prim-uniq 0.1.0.1
process-extras 0.7.4
product-isomorphic 0.0.3.2 ahead
product-isomorphic 0.0.3.2
profunctors 5.2.2
project-template 0.2.0.1
propellor 5.3.5
propellor 5.3.6
protobuf 0.2.1.1
PSQueue 1.1
psqueues 0.2.6.0
psqueues 0.2.7.0
publicsuffixlist 0.1
punycode 2.0 notest
pureMD5 2.1.3 notest
@@ -712,13 +713,13 @@ regexpr 0.5.4
regex-tdfa 1.2.3
regex-tdfa-rc 1.1.8.3 avoid
regex-tdfa-text 1.0.0.3
relational-query 0.11.0.0
relational-query 0.11.1.0
relational-query-HDBC 0.6.6.1
relational-record 0.2.1.2
relational-schemas 0.1.6.1
repa 3.4.1.3
resource-pool 0.2.3.2
resourcet 1.2.0
resourcet 1.2.1
retry 0.7.6.2
RSA 2.3.0
rss2irc 1.1 binary ignore # BROKEN: LTS 11: newer feed
@@ -731,7 +732,7 @@ sandi 0.4.2
say 0.1.0.0
sbv 7.5
scanner 0.2
scientific 0.3.5.3 notest
scientific 0.3.6.2 notest
SDL 0.6.6.0 key # dependency of raincat
sdl2 2.4.0.1
sdl2-ttf 2.0.2
@@ -744,10 +745,10 @@ securemem 0.1.10
semigroupoids 5.2.2
semigroups 0.18.4
sendfile 0.7.9
servant 0.13
servant-client 0.13
servant-client-core 0.13
servant-server 0.13
servant 0.13.0.1
servant-client 0.13.0.1
servant-client-core 0.13.0.1
servant-server 0.13.0.1
setenv 0.1.1.3 notest
set-extra 1.4
setlocale 1.0.0.6
@@ -769,23 +770,23 @@ simple-templates 0.8.0.1
singleton-bool 0.1.4
skein 1.0.9.4
skylighting 0.6 -fsystem-pcre
smallcheck 1.1.3.1
smallcheck 1.1.4
smtLib 1.0.8
smtp-mail 0.1.4.6
snap 1.1.0.0 ignore # BROKEN: LTS 11: newer snap-server
snap-core 1.0.3.2
snap-server 1.1.0.0 ahead ignore # BROKEN: needs repatching
snap-server 1.1.0.0 ignore ahead # BROKEN: needs repatching
snap-templates 1.0.0.1 binary
soap 0.2.3.6
soap-tls 0.1.1.4
sockaddr 0.0.0
socks 0.5.6
split 0.2.3.3
sql-words 0.1.5.1
sql-words 0.1.6.0
stack 1.6.5 binary=haskell-stack key ignore # BROKEN: LTS 11: newer ansi-terminal
stateref 0.3
statestack 0.2.0.5
StateVar 1.1.0.4
StateVar 1.1.1.0
static-hash 0.0.1
statistics 0.14.0.2
stm 2.4.5.0
@@ -804,7 +805,7 @@ string-conversions 0.4.0.1
stringprep 1.0.0
stringsearch 0.3.6.6
stylish-haskell 0.9.2.0 binary=stylish-haskell
svg-builder 0.1.0.2
svg-builder 0.1.1
swish 0.9.2.1 key notest
syb 0.7
syb-with-class 0.6.1.9
@@ -826,7 +827,7 @@ tasty-hspec 1.1.4
tasty-hunit 0.10.0.1
tasty-kat 0.0.3
tasty-quickcheck 0.9.2
tasty-rerun 1.1.10
tasty-rerun 1.1.12
tasty-smallcheck 0.8.1
tasty-th 0.1.7
template 0.2.0.10
@@ -839,7 +840,7 @@ test-framework-hunit 0.3.0.2
test-framework-quickcheck2 0.3.0.4
test-framework-th 0.2.4
test-framework-th-prime 0.0.10
texmath 0.10.1.1
texmath 0.10.1.2
text 1.2.3.0 notest
text-binary 0.2.1.1
text-format 0.3.1.1
@@ -851,20 +852,20 @@ text-show 3.7.2
text-zipper 0.10.1
tf-random 0.5
th-abstraction 0.2.6.0
th-data-compat 0.0.2.5
th-data-compat 0.0.2.6
these 0.7.4
th-expand-syns 0.4.4.0
th-extras 0.0.0.4
th-lift 0.7.8
th-lift 0.7.10
th-lift-instances 0.1.11
th-orphans 0.13.5
threads 0.5.1.6 notest
threadscope 0.2.10 key binary
th-reify-compat 0.0.1.3
th-reify-compat 0.0.1.4
th-reify-many 0.1.8
th-utilities 0.2.0.1
thyme 0.3.5.5
tidal 0.9.6
tidal 0.9.9
time-compat 0.1.0.3
time-locale-compat 0.1.1.4
time-parsers 0.1.2.0
@@ -894,7 +895,7 @@ unix-compat 0.5.0.1
unix-time 0.3.8
Unixutils 1.54.1
unlambda 0.1.4.2 key # we should keep this or lambdabot
unliftio 0.2.6.0
unliftio 0.2.7.0
unliftio-core 0.1.1.0
unordered-containers 0.2.9.0
uri 0.1.6.2
@@ -932,15 +933,15 @@ wai-handler-launch 3.0.2.3
wai-http2-extra 0.1.0
wai-logger 2.3.2 notest
wai-websockets 3.0.1.2
warp 3.2.18.2
warp-tls 3.2.4.2
warp 3.2.22
warp-tls 3.2.4.3
web-routes 0.27.14.2
web-routes-boomerang 0.28.4.2
web-routes-happstack 0.23.11 key
web-routes-hsp 0.24.6.1 key
web-routes-th 0.22.6.3 key
websockets 0.12.4.0
weigh 0.0.7
websockets 0.12.4.1
weigh 0.0.12
werewolf 1.5.2.0
with-location 0.1.0
wizards 1.0.2
@@ -967,27 +968,28 @@ xml-conduit 1.8.0
xml-conduit-writer 0.1.1.2
xmlgen 0.6.2.2
xml-hamlet 0.5.0
xml-helpers 1.0.0
xmlhtml 0.2.5.2
xml-types 0.3.6
xmonad 0.13 key
xmonad-contrib 0.13 key
xmonad-extras 0.13.2
xmonad-extras 0.13.3
xmonad-wallpaper 0.0.1.4
xss-sanitize 0.3.5.7
yaml 0.8.29
yaml 0.8.30
yesod 1.6.0
yesod-auth 1.6.2
yesod-auth 1.6.3
yesod-auth-hashdb 1.7
yesod-auth-oauth 1.6.0
yesod-auth-oauth2 0.5.0.0
yesod-bin 1.6.0 binary=yesod
yesod-core 1.6.2
yesod-bin 1.6.0.3 binary=yesod
yesod-core 1.6.5
yesod-default 1.2.0
yesod-form 1.6.1
yesod-newsfeed 1.6.1.0
yesod-persistent 1.6.0 notest
yesod-static 1.6.0
yesod-test 1.6.2
yesod-test 1.6.4
yi 0.17.1 key -fvty -fpango
yi-core 0.17.1
yi-frontend-pango 0.17.1
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
@@ -78,7 +78,6 @@
                       , bytestring >= 0.10.2 && < 0.11
                       , containers >= 0.5    && < 0.6
                       , exceptions >= 0.8    && < 0.10
                       , exceptions >= 0.8    && < 0.11
-                      , fail       >= 4.9    && < 5
                       , mtl        >= 2.2    && < 2.3
                       , text
Loading