Skip to content

Commit 3d0ca4e

Browse files
author
Alex Gryzlov
committed
update build
1 parent aa95f11 commit 3d0ca4e

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
@@ -11,6 +11,7 @@ modules = Basics
1111
, ProofObjects
1212
, Rel
1313
, Imp
14+
, ImpParser
1415

1516
brief = "Software Foundations in Idris"
1617
version = 0.0.1.0

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ LIDR_FILES := Preface.lidr \
2222
Maps.lidr \
2323
ProofObjects.lidr \
2424
Rel.lidr \
25-
Imp.lidr
25+
Imp.lidr \
26+
ImpParser.lidr
2627

2728
# TODO: Add more chapters, in order, here.
2829

0 commit comments

Comments
 (0)