Skip to content

Commit 520b290

Browse files
committed
Add Rel to Makefile and iPKG
1 parent 348bd7f commit 520b290

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

software_foundations.ipkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ modules = Basics
99
, IndProp
1010
, Maps
1111
, ProofObjects
12+
, Rel
1213

1314
brief = "Software Foundations in Idris"
1415
version = 0.0.1.0

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ LIDR_FILES := Preface.lidr \
2020
Logic.lidr \
2121
IndProp.lidr \
2222
Maps.lidr \
23-
ProofObjects.lidr
23+
ProofObjects.lidr \
24+
Rel.lidr
2425
# TODO: Add more chapters, in order, here.
2526

2627

0 commit comments

Comments
 (0)