-
Notifications
You must be signed in to change notification settings - Fork 1
/
iCEDude.cabal
31 lines (30 loc) · 1.04 KB
/
iCEDude.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: iCEDude
version: 0.1.4.0
synopsis: Programming tool for the ICE40 board
description: Programming tool for the ICE40 board
license: MIT
license-file: LICENSE
author: Felix Klein <[email protected]>
maintainer: Felix Klein <[email protected]>
stability: alpha
category: Embedded
build-type: Simple
cabal-version: >=1.10
executable iCEDude
main-is: Main.hs
build-depends: base >=4.7 && <5.0,
usb >=1.3 && <1.4,
mtl >=2.2 && <2.4,
bytestring >=0.10 && <0.13,
directory >=1.2 && <1.4,
transformers >=0.4 && <0.7,
vector >=0.10 && <0.14
default-language: Haskell2010
other-modules: Commands
Data
GPIO
M25P10
SPI
Utils
VIO
hs-source-dirs: src