packages feed

rosmsg-0.4.4.0: rosmsg.cabal

name:                rosmsg
version:             0.4.4.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:          mail@akru.me
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.Types
                     , 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
                     , lens-family          >= 1.2    && < 2
                     , data-default         >= 0.5    && < 1
                     , template-haskell     >= 2.10   && < 2.12

  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