1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-19 20:48:55 +03:00
juvix/app
Jan Mas Rovira c8da68d3db
Remove redundant embed @IO (#2637)
Since we upgraded to ghc-9.8.1 and dropped the dependency on
[with-utf8](https://hackage.haskell.org/package/with-utf8), the function
`writeFileEnsureLn` no longer has the constraint `MonadMask m`, so the
`embed @IO` has become redundant
2024-02-12 20:15:10 +01:00
..
Commands Remove redundant embed @IO (#2637) 2024-02-12 20:15:10 +01:00
TopCommand upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
App.hs Nockma compile (#2570) 2024-01-17 11:15:38 +01:00
AsmInterpreter.hs Nockma compile refactor (#2582) 2024-01-16 16:22:10 +00:00
CommonOptions.hs Options for juvix dev tree read (#2599) 2024-01-31 15:17:14 +01:00
Evaluator.hs Nockma compile refactor (#2582) 2024-01-16 16:22:10 +00:00
GlobalOptions.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
HaskelineJB.hs upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
Main.hs Remove redundant QuasiQuotes pragmas (#2603) 2024-01-30 10:08:07 +01:00
TopCommand.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
TreeEvaluator.hs Effectful Juvix tree evaluator (#2623) 2024-02-08 10:53:40 +01:00