- 10 May, 2020 1 commit
-
-
Simon Jakobi authored
Previously I would get an error during `make boot`: EffBench.hs:10:18: error: Could not load module ‘Control.Monad.State.Strict’ It is a member of the hidden package ‘mtl-2.2.2’. You can run ‘:set -package mtl’ to expose it. (Note: this unloads all the modules in the current scope.) Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 10 | import qualified Control.Monad.State.Strict as S |
-
- 20 Dec, 2019 31 commits
-
-
Ben Gamari authored
Since morally these flags are for the program and not runtest
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
Remove both unnecessary SRC_DEPS depenencies and -fglasgow-exts flags.
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
Instead of passing package dependencies via `SRC_HC_OPTS=-package ...` we rather pass them via `SRC_DEPS`, allowing the build system to know about the dependency.
-
- 18 Dec, 2019 1 commit
-
-
Ben Gamari authored
-
- 16 Dec, 2019 1 commit
-
-
Ben Gamari authored
-
- 13 Dec, 2019 1 commit
-
-
Ben Gamari authored
-
- 12 Dec, 2019 1 commit
-
-
Ben Gamari authored
-
- 21 Nov, 2019 1 commit
-
-
Vladislav Zavialov authored
Required due to an amendment that disallows as-patterns with leading whitespace: f x@ pat = rhs -- now disallowed
-
- 14 Nov, 2019 1 commit
-
-
Vladislav Zavialov authored
GHC Proposal #229 changes the lexical rules of Haskell, which may require slight whitespace adjustments in certain cases. This patch changes formatting in nofib in a way that enables it to compile under the proposed rules.
-
- 06 Oct, 2019 1 commit
-
-
Gabor Greif authored
it might have a different name
-
- 19 Sep, 2019 1 commit
-
-
Sylvain Henry authored
-