Skip to content

Commit 9aceff4

Browse files
Rename file to Containers.agda
1 parent 6c8a1e7 commit 9aceff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/containers/generate-haskell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
ROOT=containers.agda
2+
ROOT=Containers.agda
33
AGDA2HS="cabal run agda2hs --"
44
${AGDA2HS} \
55
--no-default-libraries \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
module containers where
1+
module Containers where
22

0 commit comments

Comments
 (0)