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

Commit a3a6b38

Browse files
committed
rollback accidental local changes.
1 parent ab8e511 commit a3a6b38

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hptool/src/OS/Win.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ getPkgId :: C.HasUnitId pkg => pkg -> String
3434
getPkgId pkg = C.display $ C.installedUnitId pkg
3535
#elif MIN_VERSION_Cabal(1,24,0)
3636
getPkgId :: C.HasUnitId pkg => pkg -> String
37-
getPkgId pkg = display (C.installedUnitId pkg) {-case C.installedUnitId pkg of
37+
getPkgId pkg = case C.installedUnitId pkg of
3838
C.SimpleUnitId (C.ComponentId s) -> s
39-
-}
4039
#else
4140
getPkgId :: C.PackageInstalled pkg => pkg -> String
4241
getPkgId pkg = case C.installedPackageId pkg of

platform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export MACOSX_DEPLOYMENT_TARGET=10.7
66

77
set -e
88

9-
HPTOOL=hptool/dist-newstyle/build/x86_64-osx/ghc-8.2.1/hptool-0.1/c/hptool/build/hptool/hptool
9+
HPTOOL=hptool/dist-newstyle/build/hptool-0.1/build/hptool/hptool
1010
HPTOOL_ALT=hptool/.cabal-sandbox/bin/hptool
1111

1212
#if ( cabal sandbox --help >/dev/null 2>&1 ) ; then

0 commit comments

Comments
 (0)