runhs 1.0.0.8 → 1.0.0.9
raw patch · 3 files changed
+4/−6 lines, 3 files
Files
- README.md +1/−3
- runhs.cabal +2/−2
- test/Main.hs +1/−1
README.md view
@@ -52,9 +52,7 @@ ## Copyright and License -Copyright Daniel Brice (c) 2020--All rights reserved.+Copyright (C) 2020-2021 Daniel Brice Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
runhs.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: runhs-version: 1.0.0.8+version: 1.0.0.9 synopsis: Stack wrapper for single-file Haskell programs. description: Stack wrapper for single-file Haskell programs.@@ -12,7 +12,7 @@ bug-reports: https://github.com/friedbrice/runhs/issues author: Daniel Brice maintainer: danielbrice@gmail.com-copyright: 2020 Daniel Brice+copyright: Copyright (C) 2020-2021 Daniel Brice license: BSD-3-Clause license-file: README.md build-type: Simple
test/Main.hs view
@@ -52,7 +52,7 @@ out `shouldContain` "greet :: [String] -> [IO ()]" err `shouldContain` unwords ["Selected resolver:", resolver] - -- broken in CI. works on my machine. i don't have time for this shit.+ -- broken in CI. works on my machine. i don't have time for this ****. -- it "should load in watch mode" $ do -- (_, out, err) <- runhs resolver Watch helloHaskell ["--allow-eval"] "" -- -- Ghcid exits with success on Windows, with error on Unix.