MarcFontaine / stm32hs

STM32 microcontroller hacking in Haskell / ST-Link USB driver
Other
20 stars 3 forks source link

How to install the STM32Fxxx microcontroller hacking Haskell Tool in windows? #1

Open morioskouie99 opened 2 years ago

morioskouie99 commented 2 years ago

Hello. I just wanted to install the STLinkUSB. But I got this error by using runhaskell Setup.hs configure --ghc: Warning: STLinkUSB.cabal:18:23: Packages with 'cabal-version: 1.12' or later should specify a specific version of the Cabal spec of the form 'cabal-version: x.y'. Use 'cabal-version: 1.24'. Configuring STLinkUSB-0.1.2... Setup.hs: Encountered missing or private dependencies: bytestring >=0.10 && <0.11, usb >=1.3 && <1.4, vector >=0.12 && <0.13

MarcFontaine commented 2 years ago

Hello.

Thank you for trying out the STM32 Haskell packages.