Bump dependency versions in prep for 2.8.0 release

This includes the version of Z3 used in the Docker image
This commit is contained in:
Aaron Tomb 2019-08-28 13:24:58 -07:00
parent 12805bef0e
commit 7d62081632
3 changed files with 118 additions and 113 deletions

View File

@ -1,7 +1,7 @@
FROM haskell:8.6 AS build
RUN apt-get update \
&& apt-get install -y wget libncurses-dev unzip \
&& wget https://github.com/Z3Prover/z3/releases/download/z3-4.7.1/z3-4.7.1-x64-debian-8.10.zip \
&& wget https://github.com/Z3Prover/z3/releases/download/Z3-4.8.5/z3-4.8.5-x64-debian-8.11.zip \
&& unzip z3*.zip \
&& mv z3-*/bin/z3 /usr/local/bin
RUN useradd -m cryptol \

View File

@ -4,20 +4,21 @@ constraints: FloatingHex ==0.4,
GraphSCC -use-maps,
HUnit ==1.6.0.0,
Only ==0.1,
QuickCheck ==2.13.1,
QuickCheck ==2.13.2,
QuickCheck +templatehaskell,
StateVar ==1.2,
abstract-deque ==0.3,
abstract-deque -usecas,
abstract-par ==0.3.3,
aeson ==1.4.2.0,
aeson ==1.4.4.0,
aeson -bytestring-builder -cffi -developer -fast,
alex ==3.2.4,
alex +small_base,
ansi-terminal ==0.9,
ansi-terminal ==0.9.1,
ansi-terminal -example,
ansi-wl-pprint ==0.6.8.2,
ansi-wl-pprint ==0.6.9,
ansi-wl-pprint -example,
async ==2.2.1,
async ==2.2.2,
async -bench,
attoparsec ==0.13.2.2,
attoparsec -developer,
@ -27,36 +28,38 @@ constraints: FloatingHex ==0.4,
blaze-builder ==0.4.1.0,
blaze-html ==0.9.1.1,
blaze-markup ==0.8.2.2,
call-stack ==0.1.0,
call-stack ==0.2.0,
cassava ==0.5.1.0,
cassava -bytestring--lt-0_10_4,
cereal ==0.5.8.0,
cereal ==0.5.8.1,
cereal -bytestring-builder,
code-page ==0.2,
colour ==2.3.4,
colour ==2.3.5,
contravariant ==1.5.2,
contravariant +semigroups +statevar +tagged,
crackNum ==2.3,
criterion ==1.5.4.0,
criterion ==1.5.5.0,
criterion -embed-data-files -fast,
criterion-measurement ==0.1.1.0,
criterion-measurement ==0.1.2.0,
criterion-measurement -fast,
cryptohash-sha1 ==0.11.100.1,
cryptol +relocatable -static,
cryptol-test-runner -static,
data-default-class ==0.1.2.0,
dense-linear-algebra ==0.1.0.0,
dlist ==0.8.0.6,
exceptions ==0.10.1,
dlist ==0.8.0.7,
exceptions ==0.10.2,
extensible-exceptions ==0.1.1.4,
generic-deriving ==1.12.3,
generic-deriving ==1.12.4,
generic-deriving +base-4-9,
gitrev ==1.3.1,
happy ==1.19.9,
happy ==1.19.11,
happy +small_base,
hashable ==1.2.7.0,
hashable ==1.3.0.0,
hashable -examples +integer-gmp +sse2 -sse41,
heredoc ==0.2.0.0,
hostname ==1.0,
hsc2hs ==0.68.4,
hsc2hs ==0.68.6,
hsc2hs -in-ghc-tree,
integer-logarithms ==1.0.3,
integer-logarithms -check-bounds +integer-gmp,
@ -72,45 +75,46 @@ constraints: FloatingHex ==0.4,
monadLib ==3.9,
mwc-random ==0.14.0.0,
old-locale ==1.0.0.7,
optparse-applicative ==0.14.3.0,
optparse-applicative ==0.15.0.0,
panic ==0.4.0.1,
parallel ==3.2.2.0,
primitive ==0.6.4.0,
primitive ==0.7.0.0,
random ==1.1,
regex-base ==0.93.2,
regex-base +newbase +splitbase,
regex-posix ==0.95.2,
regex-posix +newbase +splitbase,
sbv ==8.2,
sbv ==8.3,
scientific ==0.3.6.2,
scientific -bytestring-builder -integer-simple,
simple-get-opt ==0.2.0,
simple-smt ==0.9.4,
splitmix ==0.0.2,
splitmix ==0.0.3,
splitmix -optimised-mixer +random,
statistics ==0.15.0.0,
strict ==0.3.2,
strict +split-base,
syb ==0.7,
syb ==0.7.1,
tagged ==0.8.6,
tagged +deepseq +transformers,
test-framework ==0.8.2.0,
test-framework-hunit ==0.3.0.2,
test-framework-hunit -base3 +base4,
test-lib ==0.2,
text-short ==0.1.2,
text-short ==0.1.3,
text-short -asserts,
tf-random ==0.5,
th-abstraction ==0.2.11.0,
time-locale-compat ==0.1.1.5,
time-locale-compat -old-locale,
th-abstraction ==0.3.1.0,
time-compat ==1.9.2.2,
time-compat -old-locale,
transformers-base ==0.4.5.2,
transformers-base +orphaninstances,
transformers-compat ==0.6.4,
transformers-compat ==0.6.5,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
unordered-containers ==0.2.10.0,
unordered-containers -debug,
uuid-types ==1.0.3,
vector ==0.12.0.2,
vector ==0.12.0.3,
vector +boundschecks -internalchecks -unsafechecks -wall,
vector-algorithms ==0.8.0.1,
vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks,

View File

@ -1,119 +1,120 @@
constraints: any.FloatingHex ==0.4,
any.Glob ==0.10.0,
any.GraphSCC ==1.0.4,
constraints: FloatingHex ==0.4,
Glob ==0.10.0,
GraphSCC ==1.0.4,
GraphSCC -use-maps,
any.HUnit ==1.6.0.0,
any.Only ==0.1,
any.QuickCheck ==2.13.1,
HUnit ==1.6.0.0,
Only ==0.1,
QuickCheck ==2.13.2,
QuickCheck +templatehaskell,
any.abstract-deque ==0.3,
abstract-deque ==0.3,
abstract-deque -usecas,
any.abstract-par ==0.3.3,
any.aeson ==1.4.2.0,
abstract-par ==0.3.3,
aeson ==1.4.4.0,
aeson -bytestring-builder -cffi -developer -fast,
any.alex ==3.2.4,
alex ==3.2.4,
alex +small_base,
any.ansi-terminal ==0.9,
ansi-terminal ==0.9.1,
ansi-terminal -example,
any.ansi-wl-pprint ==0.6.8.2,
ansi-wl-pprint ==0.6.9,
ansi-wl-pprint -example,
any.async ==2.2.1,
async ==2.2.2,
async -bench,
any.attoparsec ==0.13.2.2,
attoparsec ==0.13.2.2,
attoparsec -developer,
any.base-compat ==0.10.5,
any.base-compat-batteries ==0.10.5,
any.base-orphans ==0.8.1,
any.blaze-builder ==0.4.1.0,
any.blaze-html ==0.9.1.1,
any.blaze-markup ==0.8.2.2,
any.call-stack ==0.1.0,
any.cassava ==0.5.1.0,
base-compat ==0.10.5,
base-compat-batteries ==0.10.5,
base-orphans ==0.8.1,
blaze-builder ==0.4.1.0,
blaze-html ==0.9.1.1,
blaze-markup ==0.8.2.2,
call-stack ==0.2.0,
cassava ==0.5.1.0,
cassava -bytestring--lt-0_10_4,
any.cereal ==0.5.8.0,
cereal ==0.5.8.1,
cereal -bytestring-builder,
any.code-page ==0.2,
any.colour ==2.3.4,
any.crackNum ==2.3,
any.criterion ==1.5.4.0,
code-page ==0.2,
colour ==2.3.5,
crackNum ==2.3,
criterion ==1.5.5.0,
criterion -embed-data-files -fast,
any.criterion-measurement ==0.1.1.0,
criterion-measurement ==0.1.2.0,
criterion-measurement -fast,
any.cryptohash-sha1 ==0.11.100.1,
cryptohash-sha1 ==0.11.100.1,
cryptol +relocatable -static,
cryptol-test-runner -static,
any.data-default-class ==0.1.2.0,
any.dense-linear-algebra ==0.1.0.0,
any.dlist ==0.8.0.6,
any.exceptions ==0.10.1,
any.extensible-exceptions ==0.1.1.4,
any.generic-deriving ==1.12.3,
data-default-class ==0.1.2.0,
dense-linear-algebra ==0.1.0.0,
dlist ==0.8.0.7,
exceptions ==0.10.2,
extensible-exceptions ==0.1.1.4,
generic-deriving ==1.12.4,
generic-deriving +base-4-9,
any.gitrev ==1.3.1,
any.happy ==1.19.9,
gitrev ==1.3.1,
happy ==1.19.11,
happy +small_base,
any.hashable ==1.2.7.0,
hashable ==1.3.0.0,
hashable -examples +integer-gmp +sse2 -sse41,
any.heredoc ==0.2.0.0,
any.hostname ==1.0,
any.hsc2hs ==0.68.4,
heredoc ==0.2.0.0,
hostname ==1.0,
hsc2hs ==0.68.6,
hsc2hs -in-ghc-tree,
any.integer-logarithms ==1.0.3,
integer-logarithms ==1.0.3,
integer-logarithms -check-bounds +integer-gmp,
any.js-flot ==0.8.3,
any.js-jquery ==3.3.1,
any.math-functions ==0.3.1.0,
js-flot ==0.8.3,
js-jquery ==3.3.1,
math-functions ==0.3.1.0,
math-functions -system-expm1,
any.microstache ==1.0.1.1,
any.monad-control ==1.0.2.3,
any.monad-par ==0.3.4.8,
microstache ==1.0.1.1,
monad-control ==1.0.2.3,
monad-par ==0.3.4.8,
monad-par -chaselev -newgeneric,
any.monad-par-extras ==0.3.3,
any.monadLib ==3.9,
any.mwc-random ==0.14.0.0,
any.old-locale ==1.0.0.7,
any.optparse-applicative ==0.14.3.0,
any.panic ==0.4.0.1,
any.parallel ==3.2.2.0,
any.primitive ==0.6.4.0,
any.random ==1.1,
any.regex-base ==0.93.2,
monad-par-extras ==0.3.3,
monadLib ==3.9,
mwc-random ==0.14.0.0,
old-locale ==1.0.0.7,
optparse-applicative ==0.15.0.0,
panic ==0.4.0.1,
parallel ==3.2.2.0,
primitive ==0.7.0.0,
random ==1.1,
regex-base ==0.93.2,
regex-base +newbase +splitbase,
any.regex-posix ==0.95.2,
regex-posix ==0.95.2,
regex-posix +newbase +splitbase,
any.sbv ==8.2,
any.scientific ==0.3.6.2,
sbv ==8.3,
scientific ==0.3.6.2,
scientific -bytestring-builder -integer-simple,
any.simple-get-opt ==0.2.0,
any.simple-smt ==0.9.4,
any.splitmix ==0.0.2,
any.statistics ==0.15.0.0,
any.strict ==0.3.2,
simple-get-opt ==0.2.0,
simple-smt ==0.9.4,
splitmix ==0.0.3,
splitmix -optimised-mixer +random,
statistics ==0.15.0.0,
strict ==0.3.2,
strict +split-base,
any.syb ==0.7,
any.tagged ==0.8.6,
syb ==0.7.1,
tagged ==0.8.6,
tagged +deepseq +transformers,
any.test-framework ==0.8.2.0,
any.test-framework-hunit ==0.3.0.2,
test-framework ==0.8.2.0,
test-framework-hunit ==0.3.0.2,
test-framework-hunit -base3 +base4,
any.test-lib ==0.2,
any.text-short ==0.1.2,
test-lib ==0.2,
text-short ==0.1.3,
text-short -asserts,
any.tf-random ==0.5,
any.th-abstraction ==0.2.11.0,
any.time-locale-compat ==0.1.1.5,
time-locale-compat -old-locale,
any.transformers-base ==0.4.5.2,
tf-random ==0.5,
th-abstraction ==0.3.1.0,
time-compat ==1.9.2.2,
time-compat -old-locale,
transformers-base ==0.4.5.2,
transformers-base +orphaninstances,
any.transformers-compat ==0.6.4,
transformers-compat ==0.6.5,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
any.unordered-containers ==0.2.10.0,
unordered-containers ==0.2.10.0,
unordered-containers -debug,
any.uuid-types ==1.0.3,
any.vector ==0.12.0.2,
uuid-types ==1.0.3,
vector ==0.12.0.3,
vector +boundschecks -internalchecks -unsafechecks -wall,
any.vector-algorithms ==0.8.0.1,
vector-algorithms ==0.8.0.1,
vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks,
any.vector-binary-instances ==0.2.5.1,
any.vector-th-unbox ==0.2.1.6,
any.xml ==1.3.14
vector-binary-instances ==0.2.5.1,
vector-th-unbox ==0.2.1.6,
xml ==1.3.14