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

Commit 21e1fa8

Browse files
author
Gershom
committed
Merge branch 'master' of github.com:haskell/haskell-platform
2 parents 934f2ec + 135c372 commit 21e1fa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hptool/src/OS/Win.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import Paths
2626
import Types
2727
import Utils
2828

29-
#if MIN_VERSION_Cabal(1,25,0)
29+
#if MIN_VERSION_Cabal(1,24,0)
3030
getPkgId :: C.HasUnitId pkg => pkg -> String
3131
getPkgId pkg = case C.installedUnitId pkg of
3232
C.SimpleUnitId (C.ComponentId s) -> s

hptool/src/Releases2016.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hp_8_0_1 =
1515
, incGHCLib "Cabal" "1.24.0.0"
1616
, incGHCLib "array" "0.5.1.1"
1717
, incGHCLib "base" "4.9.0.0"
18-
, incGHCLib "bytestring" "0.10.8.0"
18+
, incGHCLib "bytestring" "0.10.8.1"
1919
, incGHCLib "containers" "0.5.7.1"
2020
, incGHCLib "deepseq" "1.4.2.0"
2121
, incGHCLib "directory" "1.2.6.2"
@@ -24,7 +24,7 @@ hp_8_0_1 =
2424
, incGHCLib "pretty" "1.1.3.3"
2525
, incGHCLib "process" "1.4.2.0"
2626
, incGHCLib "template-haskell" "2.11.0.0"
27-
, incGHCLib "time" "1.6"
27+
, incGHCLib "time" "1.6.0.1"
2828
, incGHCLib "transformers" "0.5.2.0"
2929
, incGHCLib "xhtml" "3000.2.1"
3030

0 commit comments

Comments
 (0)