gtfs-realtime-0.2.0.0: gtfs-realtime.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.30.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8ab72959fb5cb6a06b093dfae873e008a45b8a9cdf3a222ff4c549388dd426db
name: gtfs-realtime
version: 0.2.0.0
synopsis: GTFS RealTime protobafs library (autogenerated from .proto file)
description: Please see the README on GitHub at <https://github.com/CthulhuDen/gtfs-realtime#readme> or <https://hackage.haskell.org/package/gtfs-realtime>
category: Data
homepage: https://github.com/CthulhuDen/gtfs-realtime#readme
bug-reports: https://github.com/CthulhuDen/gtfs-realtime/issues
author: Cthulhu
maintainer: cthulhu.den@gmail.com
copyright: Cthulhu (c) 2018
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/CthulhuDen/gtfs-realtime
library
exposed-modules:
GTFS.RealTime.Protobuf
GTFS.RealTime.Protobuf.Alert
GTFS.RealTime.Protobuf.Alert.Cause
GTFS.RealTime.Protobuf.Alert.Effect
GTFS.RealTime.Protobuf.EntitySelector
GTFS.RealTime.Protobuf.FeedEntity
GTFS.RealTime.Protobuf.FeedHeader
GTFS.RealTime.Protobuf.FeedHeader.Incrementality
GTFS.RealTime.Protobuf.FeedMessage
GTFS.RealTime.Protobuf.Position
GTFS.RealTime.Protobuf.TimeRange
GTFS.RealTime.Protobuf.TranslatedString
GTFS.RealTime.Protobuf.TranslatedString.Translation
GTFS.RealTime.Protobuf.TripDescriptor
GTFS.RealTime.Protobuf.TripDescriptor.ScheduleRelationship
GTFS.RealTime.Protobuf.TripUpdate
GTFS.RealTime.Protobuf.TripUpdate.StopTimeEvent
GTFS.RealTime.Protobuf.TripUpdate.StopTimeUpdate
GTFS.RealTime.Protobuf.TripUpdate.StopTimeUpdate.ScheduleRelationship
GTFS.RealTime.Protobuf.VehicleDescriptor
GTFS.RealTime.Protobuf.VehiclePosition
GTFS.RealTime.Protobuf.VehiclePosition.CongestionLevel
GTFS.RealTime.Protobuf.VehiclePosition.OccupancyStatus
GTFS.RealTime.Protobuf.VehiclePosition.VehicleStopStatus
other-modules:
Paths_gtfs_realtime
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, protocol-buffers >=2.4.12 && <2.4.13
, protocol-buffers-descriptor >=2.4.12 && <2.4.13
default-language: Haskell2010