Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 25edfed

Browse files
committed
fix version nos. for packaged libs with ghc
1 parent c0c7e6b commit 25edfed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hptool/src/Releases2016.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ hp_8_0_2 =
121121
, incGHCLib "directory" "1.3.0.0"
122122
, incGHCLib "filepath" "1.4.1.1"
123123
, incGHCLib "hpc" "0.6.0.3"
124-
, incGHCLib "pretty" "1.1.3.4"
125-
, incGHCLib "process" "1.4.2.0"
126-
, incGHCLib "template-haskell" "2.12.0.0"
124+
, incGHCLib "pretty" "1.1.3.3"
125+
, incGHCLib "process" "1.4.3.0"
126+
, incGHCLib "template-haskell" "2.11.1.0"
127127
, incGHCLib "time" "1.6.0.1"
128128
, incGHCLib "transformers" "0.5.2.0"
129129
, incGHCLib "xhtml" "3000.2.1"
@@ -133,7 +133,7 @@ hp_8_0_2 =
133133
and as such, do not carry the same stability guaruntees.
134134
, incGHCLib "binary" "0.8.3.0"
135135
, incGHCLib "ghc-prim" "0.5.0.0"
136-
, incGHCLib "haskeline" "0.7.2.3"
136+
, incGHCLib "haskeline" "0.7.3.0"
137137
, incGHCLib "hoopl" "3.10.2.1"
138138
, incGHCLib "integer-gmp" "1.0.0.1"
139139
, incGHCLib "terminfo" "0.4.0.2"

0 commit comments

Comments
 (0)