ihaskell 0.2.0.4 → 0.2.0.5
raw patch · 2 files changed
+1/−2 lines, 2 files
Files
- Main.hs +0/−1
- ihaskell.cabal +1/−1
Main.hs view
@@ -57,7 +57,6 @@ main :: IO () main = do stringArgs <- map unpack <$> getArgs- writeFile "/users/silver/bloop" $ show stringArgs case process ihaskellArgs stringArgs of Left errmsg -> putStrLn $ pack errmsg Right args ->
ihaskell.cabal view
@@ -7,7 +7,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.2.0.4+version: 0.2.0.5 -- A short (one-line) description of the package. synopsis: A Haskell backend kernel for the IPython project.