packages feed

ivory-hw-0.1.0.0: ivory-hw.cabal

-- Initial ivory-hw.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                ivory-hw
version:             0.1.0.0
license:             BSD3
license-file:        LICENSE
author:              Galois, Inc.
maintainer:          jamesjb@galois.com
copyright:           2013 Galois, Inc.
synopsis:            Ivory hardware model (STM32F4).
description:         Hardware model for Ivory.  Currently, the STM32F4 is supported; others may be added.
homepage:            http://smaccmpilot.org/languages/ivory-introduction.html
build-type:          Simple
cabal-version:       >= 1.10
category:            Language
build-type:          Simple
cabal-version:       >=1.10
data-files: support/ivory_hw_prim.h
source-repository    this
  type:     git
  location: https://github.com/GaloisInc/ivory
  tag:      hackage-hw-0100


library
  exposed-modules:     Ivory.HW,
                       Ivory.HW.Reg,
                       Ivory.HW.BitData,
                       Ivory.HW.Module,
                       Ivory.HW.SearchDir
  other-modules:       Ivory.HW.IOArea,
                       Ivory.HW.STM32F4,
                       Ivory.HW.Machine,
                       Ivory.HW.Prim,
                       Paths_ivory_hw,
                       ExampleTypes
  hs-source-dirs:      src, examples
  build-depends:       base ==4.6.*,
                       filepath,
                       ivory,
                       ivory-bitdata,
                       ivory-backend-c
  default-language:     Haskell2010
  ghc-options:         -Wall


-- executable ivory-hw-example
--   main-is:             Example.hs
--   other-modules:       ExampleTypes
--   hs-source-dirs:      examples
--   build-depends:       base >= 4.6,
--                        ivory,
--                        ivory-backend-c,
--                        ivory-bitdata,
--                        ivory-hw