macaw/cabal.project.freeze.ghc-8.10.7

274 lines
11 KiB
Groff
Raw Normal View History

2021-03-24 08:37:22 +03:00
active-repositories: hackage.haskell.org:merge
2020-10-20 23:53:09 +03:00
constraints: any.BoundedChan ==1.0.3.0,
2021-03-24 08:37:22 +03:00
any.Cabal ==3.2.1.0,
2022-01-10 20:22:37 +03:00
any.Glob ==0.10.2,
any.HUnit ==1.6.2.0,
2020-10-20 23:53:09 +03:00
any.IntervalMap ==0.6.1.2,
2022-01-10 20:22:37 +03:00
any.OneTuple ==0.3.1,
2020-10-20 23:53:09 +03:00
any.Only ==0.1,
any.QuickCheck ==2.14.2,
2020-10-20 23:53:09 +03:00
QuickCheck -old-random +templatehaskell,
any.SHA ==1.6.4.4,
SHA -exe,
2022-01-10 20:22:37 +03:00
any.StateVar ==1.2.2,
2020-10-20 23:53:09 +03:00
any.adjunctions ==4.4,
2022-01-10 20:22:37 +03:00
any.aeson ==2.0.3.0,
aeson -cffi +ordered-keymap,
any.alex ==3.2.6,
alex +small_base,
2022-01-10 20:22:37 +03:00
any.ansi-terminal ==0.11.1,
2020-10-20 23:53:09 +03:00
ansi-terminal -example,
any.ansi-wl-pprint ==0.6.9,
ansi-wl-pprint -example,
any.array ==0.5.4.0,
asl-translator -asl-lite +unsafe-operations,
any.assoc ==1.0.2,
2022-01-10 20:22:37 +03:00
any.async ==2.2.4,
2020-10-20 23:53:09 +03:00
async -bench,
any.atomic-primops ==0.8.4,
atomic-primops -debug,
2022-01-10 20:22:37 +03:00
any.attoparsec ==0.14.3,
2020-10-20 23:53:09 +03:00
attoparsec -developer,
2022-01-10 20:22:37 +03:00
any.base ==4.14.3.0,
any.base-compat ==0.12.1,
any.base-compat-batteries ==0.12.1,
any.base-orphans ==0.8.6,
any.base16-bytestring ==1.0.2.0,
any.bifunctors ==5.5.11,
2020-10-20 23:53:09 +03:00
bifunctors +semigroups +tagged,
any.bimap ==0.4.0,
any.binary ==0.8.8.0,
any.bitwise ==1.0.0.1,
2022-01-10 20:22:37 +03:00
any.blaze-builder ==0.4.2.2,
any.blaze-textual ==0.2.2.1,
2020-10-20 23:53:09 +03:00
blaze-textual -developer -integer-simple +native,
any.boomerang ==1.4.7,
Add RISC-V backend (#259) * riscv: added grift as submodule * added macaw-riscv project * make arch polykinded everywhere in macaw base * stubbed out riscv_info * update grift * started on RISCVReg * started on RISCVReg * RegisterInfo instance for RISCVReg (a few unimplemented fields) * filled out archRegSet * filled out withArchConstraints, archAddrWidth, and archEndianness * added Arch module * RISCV initialBlockRegs * preliminary work on disassembleFn * wip: disassembleFn * made things more lens-y * wip: disassemble instruction * finished disassembly of grift assignment statements * separated out DisInstM into separate module * disassembly wip * finished disassembleBlock * Finished riscvDisassembleFn * bump grift submodule * made macaw discovery poly-kinded * added risc-v test suite * added risc-v test suite * fixed macaw semantics to hardware x0 to constant value 0 * added riscvPreserveReg based on assembler's manual * riscvDemandContext * successfully disassembled a block! * enhanced tests to allow optional entry point spec * stubbed out identifyCall * stubbed out identifyReturn * passing initial test * added checkForReturnAddr stub * fleshed out identifyCall and identifyReturn * update grift submodule * bug fix and exception handling * added EXC register, which tracks whether or not we've attempted to read from/write to any system registers. * Replaced custom CSR type with GRIFT's (but we're not using it currently) * added better show instance for GPRs we should migrate this to a GRIFT pretty printer at some point) * Fixed a vicious bug in the semantics; unsigned and signed LT were getting swapped in translation * added pattern synonyms for GPRs * improved docs and fixed RISCVReg bug (GP was 3 instead of 4) * changed undefineds to errors * changed RISCV class to RISCVConstraints * wrapped GRIFT's "RV" parameter in a type to remove the need to make macaw architecture parameter polykinded * rolled back all changes to macaw base that made things poly-kinded * reverted two more macaw core changes, updated license, removed old PPC test * macaw: update to upstream changes in bv-sized and grift * address code review comments * macaw-riscv: expose fewer modules * Update RISCVTermStmt definition * Update riscv_info. macaw-riscv now builds against master * Update bv-sized and cabal freeze files * Update cabal freeze files with satisfying lens version * Get tests building * Fix printf runtime error * Add simpler tests * Change RISCV target version and update grift pointer [skip ci] * Compressed branch test passes [skip ci] * Add additional small tests [skip ci] * Introduce a syscall PrimFn * Syscalls now correctly classified * Fix return regs from syscall * Extract syscall arguments * Update expected riscv test results * Add macaw-riscv build + test to CI * Get building with GHC 9.0.2 * Revert "Update cabal freeze files with satisfying lens version" This reverts commit 4aa95c19c374ce4874af5fd9350bb20a56a872f2. * Install softfloat in CI * Update Grift * Some initial cleanup * More cleanup * Resolve FIXME on getReg * Detect and only accept rv64gc rvreprs * Address Tristan's PR comments * Update Grift pointer * Add info on installing Softfloat to README for macaw-riscv * Add missing submodule step to softfloat build instructions Co-authored-by: Ben Selfridge <benselfridge@000279.local> Co-authored-by: Valentin Robert <val@galois.com>
2022-03-04 23:44:46 +03:00
any.bv-sized ==1.0.3.99,
any.bytestring ==0.10.12.0,
any.call-stack ==0.4.0,
2020-10-20 23:53:09 +03:00
any.case-insensitive ==1.2.1.0,
2022-01-10 20:22:37 +03:00
any.cereal ==0.5.8.2,
2020-10-20 23:53:09 +03:00
cereal -bytestring-builder,
any.clock ==0.8.2,
2020-10-20 23:53:09 +03:00
clock -llvm,
any.code-page ==0.2.1,
2022-01-10 20:22:37 +03:00
any.colour ==2.3.6,
any.comonad ==5.0.8,
comonad +containers +distributive +indexed-traversable,
2022-01-10 20:22:37 +03:00
any.concurrent-output ==1.10.14,
any.config-value ==0.8.2,
any.constraints ==0.13.2,
any.containers ==0.6.5.1,
any.contravariant ==1.5.5,
2020-10-20 23:53:09 +03:00
contravariant +semigroups +statevar +tagged,
crucible +unsafe-operations,
any.data-binary-ieee754 ==0.4.4,
any.data-default-class ==0.1.2.0,
2022-01-10 20:22:37 +03:00
any.data-fix ==0.3.2,
2020-10-20 23:53:09 +03:00
any.deepseq ==1.4.4.0,
2022-01-10 20:22:37 +03:00
any.deriving-compat ==0.6,
2020-10-20 23:53:09 +03:00
deriving-compat +base-4-9 +new-functor-classes +template-haskell-2-11,
any.direct-sqlite ==2.3.26,
direct-sqlite +fulltextsearch +haveusleep +json1 -systemlib +urifilenames,
any.directory ==1.3.6.0,
dismantle-arm-xml -asl-lite,
any.distributive ==0.6.2.1,
2020-10-20 23:53:09 +03:00
distributive +semigroups +tagged,
2021-03-24 08:37:22 +03:00
any.dlist ==1.0,
dlist -werror,
2022-01-10 20:22:37 +03:00
any.doctest ==0.20.0,
2020-10-20 23:53:09 +03:00
any.dotgen ==0.4.3,
dotgen -devel,
any.erf ==2.0.0.0,
2020-10-20 23:53:09 +03:00
any.exceptions ==0.10.4,
2022-01-10 20:22:37 +03:00
any.extra ==1.7.10,
2020-10-20 23:53:09 +03:00
any.fgl ==5.7.0.3,
fgl +containers042,
any.fgl-visualize ==0.1.0.1,
any.filemanip ==0.3.6.3,
any.filepath ==1.4.2.1,
any.fingertree ==0.1.4.2,
any.finite-typelits ==0.1.4.2,
any.free ==5.1.7,
2022-01-10 20:22:37 +03:00
any.generic-random ==1.5.0.1,
generic-random -enable-inspect,
2022-01-10 20:22:37 +03:00
any.ghc ==8.10.7,
any.ghc-boot ==8.10.7,
any.ghc-boot-th ==8.10.7,
any.ghc-heap ==8.10.7,
2021-03-24 08:37:22 +03:00
any.ghc-paths ==0.1.0.12,
any.ghc-prim ==0.6.1,
2022-01-10 20:22:37 +03:00
any.ghci ==8.10.7,
2020-10-20 23:53:09 +03:00
any.gitrev ==1.3.1,
any.haggle ==0.1.0.1,
2020-10-20 23:53:09 +03:00
any.happy ==1.20.0,
2022-01-10 20:22:37 +03:00
any.hashable ==1.3.5.0,
hashable +integer-gmp -random-initial-seed,
2022-01-10 20:22:37 +03:00
any.hashtables ==1.2.4.2,
2020-10-20 23:53:09 +03:00
hashtables -bounds-checking -debug -detailed-profiling -portable -sse42 +unsafe-tricks,
any.haskell-lexer ==1.1,
2021-03-24 08:37:22 +03:00
any.hedgehog ==1.0.5,
2020-10-20 23:53:09 +03:00
any.hpc ==0.6.1.0,
2022-01-10 20:22:37 +03:00
any.hsc2hs ==0.68.8,
2020-10-20 23:53:09 +03:00
hsc2hs -in-ghc-tree,
2022-01-10 20:22:37 +03:00
any.hspec ==2.9.4,
any.hspec-core ==2.9.4,
any.hspec-discover ==2.9.4,
2020-10-20 23:53:09 +03:00
any.hspec-expectations ==0.8.2,
any.ilist ==0.4.0.1,
any.indexed-list-literals ==0.2.1.3,
2022-01-10 20:22:37 +03:00
any.indexed-traversable ==0.1.2,
any.indexed-traversable-instances ==0.1.1,
2020-10-20 23:53:09 +03:00
any.integer-gmp ==1.0.3.0,
any.integer-logarithms ==1.0.3.1,
2020-10-20 23:53:09 +03:00
integer-logarithms -check-bounds +integer-gmp,
2022-01-10 20:22:37 +03:00
any.invariant ==0.5.5,
any.io-streams ==1.5.2.1,
2020-10-20 23:53:09 +03:00
io-streams +network -nointeractivetests +zlib,
any.itanium-abi ==0.1.1.1,
any.json ==0.10,
json +generic -mapdict +parsec +pretty +split-base,
2022-01-10 20:22:37 +03:00
any.kan-extensions ==5.2.3,
any.kvitable ==1.0.0.0,
any.lens ==5.0.1,
lens -benchmark-uniplate -dump-splices +inlining -j +test-hunit +test-properties +test-templates +trustworthy,
2022-01-10 20:22:37 +03:00
any.libBF ==0.6.3,
libBF -system-libbf,
2022-01-10 20:22:37 +03:00
any.lifted-async ==0.10.2.2,
any.lifted-base ==0.2.3.12,
2020-10-20 23:53:09 +03:00
llvm-pretty-bc-parser -fuzz -regressions,
any.located-base ==0.1.1.1,
any.logict ==0.7.0.3,
any.lucid ==2.9.12.1,
2022-01-10 20:22:37 +03:00
any.lumberjack ==1.0.0.1,
any.math-functions ==0.3.4.2,
2020-10-20 23:53:09 +03:00
math-functions +system-erf +system-expm1,
any.megaparsec ==8.0.0,
2020-10-20 23:53:09 +03:00
megaparsec -dev,
any.microlens ==0.4.12.0,
any.microlens-th ==0.4.3.10,
any.mmorph ==1.1.5,
2022-01-10 20:22:37 +03:00
any.monad-control ==1.0.3.1,
2020-10-20 23:53:09 +03:00
any.monad-primitive ==0.1,
any.monadLib ==3.10,
any.mtl ==2.2.2,
any.mwc-random ==0.14.0.0,
2022-01-10 20:22:37 +03:00
any.network ==3.1.2.5,
2020-10-20 23:53:09 +03:00
network -devel,
any.old-locale ==1.0.0.7,
2021-03-24 08:37:22 +03:00
any.optparse-applicative ==0.16.1.0,
optparse-applicative +process,
2020-10-20 23:53:09 +03:00
any.ordered-containers ==0.2.2,
any.panic ==0.4.0.1,
any.parallel ==3.2.2.0,
2022-01-10 20:22:37 +03:00
any.parameterized-utils ==2.1.4.0,
2020-10-20 23:53:09 +03:00
parameterized-utils +unsafe-operations,
any.parsec ==3.1.14.0,
any.parser-combinators ==1.3.0,
2020-10-20 23:53:09 +03:00
parser-combinators -dev,
any.pretty ==1.1.3.6,
any.pretty-hex ==1.1,
any.pretty-show ==1.10,
2022-01-10 20:22:37 +03:00
any.prettyprinter ==1.7.1,
prettyprinter -buildreadme +text,
any.prettyprinter-ansi-terminal ==1.1.3,
any.primitive ==0.7.3.0,
any.process ==1.6.13.2,
any.profunctors ==5.6.2,
any.pvar ==1.0.0.0,
2020-10-20 23:53:09 +03:00
any.quickcheck-io ==0.2.0,
2022-01-10 20:22:37 +03:00
any.random ==1.2.1,
any.ref-tf ==0.5.0.1,
2020-10-20 23:53:09 +03:00
any.reflection ==2.1.6,
reflection -slow +template-haskell,
2022-01-10 20:22:37 +03:00
any.regex-base ==0.94.0.2,
any.regex-tdfa ==1.3.1.1,
2020-10-20 23:53:09 +03:00
regex-tdfa -force-o2,
2022-01-10 20:22:37 +03:00
any.resourcet ==1.2.4.3,
any.rts ==1.0.1,
2020-10-20 23:53:09 +03:00
any.s-cargot ==0.1.4.0,
s-cargot -build-example,
any.s-cargot-letbind ==0.2.3.0,
any.scheduler ==1.5.0,
2022-01-10 20:22:37 +03:00
any.scientific ==0.3.7.0,
2020-10-20 23:53:09 +03:00
scientific -bytestring-builder -integer-simple,
2022-01-10 20:22:37 +03:00
any.semialign ==1.2.0.1,
semialign +semigroupoids,
any.semigroupoids ==5.3.6,
semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers,
2022-01-10 20:22:37 +03:00
any.semigroups ==0.19.2,
2020-10-20 23:53:09 +03:00
semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers,
any.setenv ==0.1.1.3,
any.smallcheck ==1.2.1,
2020-10-20 23:53:09 +03:00
any.split ==0.2.3.4,
2022-01-10 20:22:37 +03:00
any.splitmix ==0.1.0.4,
2020-10-20 23:53:09 +03:00
splitmix -optimised-mixer,
any.sqlite-simple ==0.4.18.0,
2022-01-10 20:22:37 +03:00
any.stm ==2.5.0.1,
any.strict ==0.4.0.1,
strict +assoc,
any.syb ==0.7.2.1,
any.tagged ==0.8.6.1,
2020-10-20 23:53:09 +03:00
tagged +deepseq +transformers,
2022-01-10 20:22:37 +03:00
any.tasty ==1.4.2.1,
tasty +clock +unix,
2022-01-10 20:22:37 +03:00
any.tasty-checklist ==1.0.3.0,
any.tasty-expected-failure ==0.12.3,
any.tasty-hedgehog ==1.1.0.0,
2022-01-10 20:22:37 +03:00
any.tasty-hspec ==1.2,
any.tasty-hunit ==0.10.0.3,
2022-01-10 20:22:37 +03:00
any.tasty-quickcheck ==0.10.2,
any.tasty-smallcheck ==0.8.2,
any.tasty-sugar ==1.1.1.0,
2021-03-24 08:37:22 +03:00
any.template-haskell ==2.16.0.0,
2020-10-20 23:53:09 +03:00
any.temporary ==1.3,
any.terminal-size ==0.3.2.1,
2020-10-20 23:53:09 +03:00
any.terminfo ==0.4.1.4,
any.text ==1.2.4.1,
2022-01-10 20:22:37 +03:00
any.text-short ==0.1.5,
text-short -asserts,
2020-10-20 23:53:09 +03:00
any.tf-random ==0.5,
2022-01-10 20:22:37 +03:00
any.th-abstraction ==0.4.3.0,
any.th-compat ==0.1.3,
2020-10-20 23:53:09 +03:00
any.th-lift ==0.8.2,
2022-01-10 20:22:37 +03:00
any.th-lift-instances ==0.1.19,
any.these ==1.1.1.1,
these +assoc,
2020-10-20 23:53:09 +03:00
any.time ==1.9.3,
2022-01-10 20:22:37 +03:00
any.time-compat ==1.9.6.1,
time-compat -old-locale,
2020-10-20 23:53:09 +03:00
any.transformers ==0.5.6.2,
2022-01-10 20:22:37 +03:00
any.transformers-base ==0.4.6,
2020-10-20 23:53:09 +03:00
transformers-base +orphaninstances,
any.transformers-compat ==0.6.6,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
any.type-equality ==1,
any.unbounded-delays ==0.1.1.1,
any.uniplate ==1.6.13,
2020-10-20 23:53:09 +03:00
any.unix ==2.7.2.2,
any.unix-compat ==0.5.3,
2020-10-20 23:53:09 +03:00
unix-compat -old-time,
2022-01-10 20:22:37 +03:00
any.unliftio ==0.2.20,
2020-10-20 23:53:09 +03:00
any.unliftio-core ==0.2.0.1,
2022-01-10 20:22:37 +03:00
any.unordered-containers ==0.2.16.0,
2020-10-20 23:53:09 +03:00
unordered-containers -debug,
any.utf8-string ==1.0.2,
2022-01-10 20:22:37 +03:00
any.uuid-types ==1.0.5,
any.vector ==0.12.3.1,
2020-10-20 23:53:09 +03:00
vector +boundschecks -internalchecks -unsafechecks -wall,
2022-01-10 20:22:37 +03:00
any.vector-sized ==1.5.0,
any.versions ==5.0.1,
2020-10-20 23:53:09 +03:00
any.void ==0.7.3,
void -safe,
any.wcwidth ==0.0.2,
wcwidth -cli +split-base,
what4 -drealtestdisable -solvertests -stptestdisable,
2022-01-10 20:22:37 +03:00
any.witherable ==0.4.2,
any.wl-pprint-annotated ==0.1.0.1,
2020-10-20 23:53:09 +03:00
any.xml ==1.3.14,
2022-01-10 20:22:37 +03:00
any.zenc ==0.1.2,
2021-03-24 08:37:22 +03:00
any.zlib ==0.6.2.3,
2020-10-20 23:53:09 +03:00
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zlib-bindings ==0.1.1.5
2022-01-10 20:22:37 +03:00
index-state: hackage.haskell.org 2022-01-06T13:38:03Z