-
Notifications
You must be signed in to change notification settings - Fork 0
/
rosmsg.cabal
41 lines (38 loc) · 1.57 KB
/
rosmsg.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
32
33
34
35
36
37
38
39
40
41
name: rosmsg
version: 0.5.2.0
synopsis: ROS message parser, render, TH
description: Please see README.md
homepage: https://github.com/RoboticsHS/rosmsg#readme
license: BSD3
license-file: LICENSE
author: Alexander Krupenkin
maintainer: [email protected]
copyright: (c) 2016 Alexander Krupenkin
category: Robotics
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Robotics.ROS.Msg
, Robotics.ROS.Msg.TH
, Robotics.ROS.Msg.MD5
, Robotics.ROS.Msg.Types
, Robotics.ROS.Msg.Class
, Robotics.ROS.Msg.Parser
, Robotics.ROS.Msg.Render
build-depends: base >= 4.7 && < 5
, text >= 1.2 && < 2
, binary >= 0.7 && < 1
, pureMD5 >= 2.1 && < 3
, attoparsec >= 0.13 && < 1
, bytestring >= 0.10 && < 1
, template-haskell >= 2.10 && < 2.12
, lens-family-core >= 1.2 && < 2
, data-default-class
other-modules: Robotics.ROS.Msg.ROSArray
default-language: Haskell2010
ghc-options: -Wall
default-extensions: OverloadedStrings
source-repository head
type: git
location: https://github.com/RoboticsHS/rosmsg