Name: SVD2HS Version: 0.1 Category: STM32, Hardware, Microcontroller, SVD License-File: LICENSE Synopsis: translate a SVD of a Microcontroller to Haskell tables Description: translate a SVD of a Microcontroller to Haskell tables Copyright: 2015-2017 Marc Fontaine Maintainer: Marc Fontaine License: BSD3 Stability: Experimental Tested-With: GHC == 8.2.1 Author: Marc Fontaine Build-Type: Simple Cabal-Version: >= 1.24 Extra-Source-Files: STM32F103xx.svd Source-Repository head type: git location: git://github.com/MarcFontaine/stm32hs library default-language : Haskell2010 ghc-options : -Wall Build-depends : base >= 4 && < 5 , xml-lens >= 0.1 && < 0.2 , xml-conduit >= 1.7 && < 1.8 , pretty >=1.1 && < 1.2 , text >=1.2 && < 1.3 , containers >=0.5 && < 0.6 Exposed-modules: SVD2HS