macaw/cabal.project.dist
Tristan Ravitch c825332f39
Update/ghc 8.8 (#112)
Updates for GHC 8.8

The two main classes of update are related to MonadFail and type alias expansion.

The MonadFail updates introduce explicit MonadFail instances and backward-compatible `fail` implementations under `Monad` for older GHC versions.

The type alias expansion rules changed in GHC 8.8 in a way that breaks the `Simple Lens` idiom; instead, we have to use `Lens'`.  Lens started supporting this alias in version 3.8, which was released in 2013.

This change includes necessary submodule updates, as well as the update for the split of what4 into its own repository.
2020-03-03 13:28:26 -08:00

33 lines
1019 B
Plaintext

packages: macaw-ppc/
macaw-arm/
macaw-semmc/
macaw-ppc-symbolic/
base/
x86/
symbolic/
x86_symbolic/
refinement/
deps/macaw-loader/macaw-loader
deps/macaw-loader/macaw-loader-arm
deps/macaw-loader/macaw-loader-ppc
deps/macaw-loader/macaw-loader-x86
deps/semmc/semmc/
deps/semmc/semmc-ppc/
deps/semmc/semmc-arm/
deps/semmc/semmc-synthesis/
deps/semmc/semmc-learning/
deps/dismantle/dismantle-tablegen/
deps/dismantle/dismantle-ppc/
deps/dismantle/dismantle-arm/
deps/dismantle/dismantle-thumb/
deps/parameterized-utils/
deps/crucible/crucible/
deps/crucible/crucible-llvm/
deps/what4/what4/
deps/dwarf/
deps/elf-edit/
deps/flexdis86/
deps/flexdis86/binary-symbols/
deps/llvm-pretty/
deps/llvm-pretty-bc-parser/