data-stm32-0.1.0.0: data-stm32.cabal
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1291e07a76b689ead2d9b0f43f082a4f4f9c58454242714adabc5381ebcb0744
name: data-stm32
version: 0.1.0.0
synopsis: ARM SVD and CubeMX XML parser and pretty printer for STM32 family
description: ARM SVD and CubeMX XML parser and pretty printer for STM32 family
category: Parsing
homepage: https://github.com/sorki/data-stm32#readme
bug-reports: https://github.com/sorki/data-stm32/issues
author: Richard Marko
maintainer: srk@48.io
copyright: 2018 Richard Marko
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/sorki/data-stm32
library
exposed-modules:
Data.CMX
Data.CMX.Parse
Data.CMX.Pretty
Data.CMX.Types
Data.SVD
Data.SVD.Parse
Data.SVD.Pretty
Data.SVD.Types
Lib
other-modules:
Paths_data_stm32
hs-source-dirs:
src
build-depends:
ansi-wl-pprint
, attoparsec
, base >=4.7 && <5
, containers
, hxt
, hxt-xpath
, pretty-simple
, text
, time
default-language: Haskell2010
executable mxmcu
main-is: Main.hs
other-modules:
Paths_data_stm32
hs-source-dirs:
app/mxmcu
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
ansi-wl-pprint
, attoparsec
, base >=4.7 && <5
, containers
, data-stm32
, hxt
, hxt-xpath
, pretty-simple
, text
, time
default-language: Haskell2010
executable stm32-reference-pdf
main-is: Main.hs
other-modules:
Paths_data_stm32
hs-source-dirs:
app/referencepdf
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
ansi-wl-pprint
, attoparsec
, base >=4.7 && <5
, containers
, data-stm32
, hxt
, hxt-xpath
, pretty-simple
, text
, time
default-language: Haskell2010
executable svdparse
main-is: Main.hs
other-modules:
Paths_data_stm32
hs-source-dirs:
app/svd
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
ansi-wl-pprint
, attoparsec
, base >=4.7 && <5
, containers
, data-stm32
, hxt
, hxt-xpath
, pretty-simple
, text
, time
default-language: Haskell2010
test-suite data-cubemx-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_data_stm32
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
ansi-wl-pprint
, attoparsec
, base >=4.7 && <5
, containers
, data-stm32
, hxt
, hxt-xpath
, pretty-simple
, text
, time
default-language: Haskell2010