Skip to content

Commit ac4629c

Browse files
authored
Merge pull request #168 from phadej/rts-includes
Add rts includeDirs to CPP include paths
2 parents 44871c2 + a8d2323 commit ac4629c

File tree

6 files changed

+396
-450
lines changed

6 files changed

+396
-450
lines changed

cabal-docspec/Changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# 0.0.0.2024mmdd
1+
# 0.0.0.20250606
22

3-
- Accecpt @pkgname:libname@ target syntax
3+
- Pass `rts` package include directories to C-preprocessor.
4+
5+
# 0.0.0.20240720
6+
7+
- Accept @pkgname:libname@ target syntax
48

59
# 0.0.0.20240703
610

cabal-docspec/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION=0.0.0.20240703
2-
DATE="July 3nd, 2024"
1+
VERSION=0.0.0.20250606
2+
DATE="June 6th, 2025"
33
EXETARGET=cabal-docspec
44

55
cabal-docspec.1 : MANUAL.md
@@ -10,8 +10,8 @@ man : cabal-docspec.1
1010
cat cabal-docspec.1 | man -l -
1111

1212
ALPINEVERSION:=3.17.3
13-
GHCUPVERSION:=0.1.22.0
14-
GHCVERSION:=9.8.2
13+
GHCUPVERSION:=0.1.50.2
14+
GHCVERSION:=9.8.4
1515
CABALVERSION:=3.10.3.0
1616

1717
CABALPLAN:=$(HOME)/.local/bin/cabal-plan

0 commit comments

Comments
 (0)