Skip to content

Commit

Permalink
[ fix ] Fixes build broken by #3021
Browse files Browse the repository at this point in the history
  • Loading branch information
dunhamsteve authored and gallais committed Aug 1, 2023
1 parent c7abb14 commit b481994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/base/base.ipkg
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ modules = Control.App,
Data.Contravariant,
Data.DPair,
Data.Either,
Data.Integral,
Data.Fin,
Data.Fin.Order,
Data.Fuel,
Expand Down
1 change: 1 addition & 0 deletions tests/base/data_integral/Integral.idr
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Data.Integral
import Data.Nat

Cases : Type
Cases = List Bool
Expand Down

0 comments on commit b481994

Please sign in to comment.