Skip to content

Commit 488cf8f

Browse files
committed
rename Parser.hs to parser.hs
1 parent 98461e4 commit 488cf8f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ library:
5050

5151
tests:
5252
parser:
53-
main: Parser.hs
53+
main: parser.hs
5454
source-dirs: tests
5555
ghc-options: -Wall -Wcompat
5656
dependencies:
File renamed without changes.

wai-saml2.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ library
8686

8787
test-suite parser
8888
type: exitcode-stdio-1.0
89-
main-is: Parser.hs
89+
main-is: parser.hs
9090
other-modules:
9191
Paths_wai_saml2
9292
hs-source-dirs:

0 commit comments

Comments
 (0)