ti3-sampler.cabal (736B)
1 name: ti3-sampler 2 version: 0.1.0 3 synopsis: Sample random locations on a TI3 board. 4 description: Sample random locations on a TI3 board. 5 homepage: https://github.com/jtobin/ti3-sampler 6 license: BSD3 7 license-file: LICENSE 8 author: Jared Tobin 9 maintainer: jared@jtobin.io 10 build-type: Simple 11 extra-source-files: ChangeLog.md, README.md 12 cabal-version: >=1.10 13 14 executable ti3-sampler 15 main-is: Main.hs 16 hs-source-dirs: src 17 default-language: Haskell2010 18 build-depends: 19 base >= 4.10 && < 5 20 , containers >= 0.5 && < 0.6 21 , mwc-random >= 0.13 && < 0.15 22 , primitive >= 0.6 && < 0.7