rtcm-0.1.5: rtcm.cabal
name: rtcm
version: 0.1.5
synopsis: RTCM Library.
description: Haskell bindings for RTCM.
homepage: http://github.com/swift-nav/librtcm
license: BSD3
author: Swift Navigation Inc.
maintainer: Mark Fine <dev@swiftnav.com>
copyright: Copyright (C) 2015 Swift Navigation, Inc.
category: Network
build-type: Simple
cabal-version: >= 1.10
description:
Haskell bindings for Radio Technical Commission For Maritime
Services (RTCM) standard, supporting GPS, GLONASS, Galileo and other
satellite-based position systems operation with one reference
station or a network.
source-repository head
type: git
location: https://github.com/swift-nav/librtcm
library
hs-source-dirs: src
exposed-modules: Data.CRC24Q
, Data.RTCM3
, Data.RTCM3.Antennas
, Data.RTCM3.Internal
, Data.RTCM3.Observations
, Data.RTCM3.System
, Data.RTCM3.Types
other-modules: Data.RTCM3.Extras
, Data.RTCM3.TH
ghc-options: -Wall
build-depends: array
, base >= 4.7 && < 5
, basic-prelude
, binary
, binary-bits
, bytestring
, lens
, template-haskell
, word24
default-language: Haskell2010
default-extensions: NoImplicitPrelude
OverloadedStrings
RecordWildCards
TemplateHaskell
test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
other-modules: Test.Data.CRC24Q
, Test.Data.RTCM3.Antennas
, Test.Data.RTCM3.Extras
, Test.Data.RTCM3.Observations
, Test.Data.RTCM3.System
, Test.Data.RTCM3.Test
build-depends: base
, basic-prelude
, binary
, binary-bits
, bytestring
, lens
, random
, rtcm
, tasty
, tasty-hunit
, tasty-quickcheck
, word24
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
default-language: Haskell2010
default-extensions: NoImplicitPrelude
OverloadedStrings
RecordWildCards