History log of /seL4-l4v-10.1.1/l4v/spec/haskell/src/SEL4/Machine/Hardware/ARM/TK1.hs
Revision Date Author Comments
# dac7a00e 26-Aug-2018 Ilya Yanok <ilya.yanok@gmail.com>

haskell: explicitly import Prelude hiding Word

everywhere where it can clash with Word type defined by SEL4.


# d8d1ee01 28-Jun-2017 Miki Tanaka <miki.tanaka@nicta.com.au>

haskell: unify arm and arm-hyp haskell files

- both ARM and ARM_HYP haskell specs are now generated from the same set of files using cpp
- callbacks and platform files are merged into one directory (ARM)
- remove check-arm-hyp.py now that there are no ARM_HYP.lhs files


# bdc3c846 14-Jun-2016 Rafal Kolanski <rafal.kolanski@nicta.com.au>

haskell: base arm-hyp off of arm-kzm