Skip to content

Commit d4b0ea1

Browse files
committed
Oops rebaseme
1 parent d089c0d commit d4b0ea1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ci/export-fdb-version-flag-cabal.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ elif [[ ${FDB_VER} = "7.0.0" ]]
2727
then
2828
export FDB_VER_FLAG='-f fdb-version-700'
2929
elif [[ ${FDB_VER} = "7.1.15" ]]
30+
then
31+
export FDB_VER_FLAG='-f fdb-version-710'
32+
elif [[ ${FDB_VER} = "7.2.7" ]]
33+
then
34+
export FDB_VER_FLAG='-f fdb-version-720'
35+
elif [[ ${FDB_VER} = "7.3.15" ]]
3036
then
3137
# latest is the default, so no flag is specified
3238
export FDB_VER_FLAG=''

ci/export-fdb-version-flag-stack.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ elif [[ ${FDB_VER} = "6.3.12" ]]
2424
then
2525
export FDB_VER_FLAG='--flag foundationdb-haskell:fdb-version-630'
2626
elif [[ ${FDB_VER} = "7.1.15" ]]
27+
then
28+
export FDB_VER_FLAG='--flag foundationdb-haskell:fdb-version-710'
29+
elif [[ ${FDB_VER} = "7.2.7" ]]
30+
then
31+
export FDB_VER_FLAG='--flag foundationdb-haskell:fdb-version-720'
32+
elif [[ ${FDB_VER} = "7.3.15" ]]
2733
then
2834
# latest is the default, so no flag is specified
2935
export FDB_VER_FLAG=''

0 commit comments

Comments
 (0)