Skip to content

Commit

Permalink
build: Test some trivial Haskell change
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jun 3, 2023
1 parent 8d40f3d commit de828fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyLib.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MyLib (someFunc) where

someFunc :: IO ()
someFunc = putStrLn "someFunc"
someFunc = putStrLn "someFunc (2)"

0 comments on commit de828fe

Please sign in to comment.