packages feed

stratux-demo-0.0.12: stratux-demo.cabal

name:               stratux-demo
version:            0.0.12
license:            BSD3
license-file:       LICENCE
author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer:         Tony Morris
copyright:          Copyright (C) 2016 Tony Morris
synopsis:           A demonstration of the stratux library.
category:           Aviation, ADSB, Stratux
description:        A demonstration of the stratux library <http://stratux.me/>
homepage:           https://gitlab.com/stratux/stratux-demo
bug-reports:        https://gitlab.com/stratux/stratux-demo/issues
cabal-version:      >= 1.10
build-type:         Simple
source-repository   head
  type:             git
  location:         git@gitlab.com:stratux/stratux-demo.git

library
  default-language:
                    Haskell2010

  build-depends:
                      base >= 4 && < 6
                    , lens >= 4.0 && < 5.0       
                    , network-uri >= 2.6 && < 3.0
                    , optparse-applicative >= 0.13.2 && < 1
                    , stratux == 0.0.12
                    , transformers >= 0.4 && < 1.0
                    , text >= 1.2 && < 2.0
                    , time >= 1.4 && < 2.0
                    , text >= 1.2 && < 2.0

  ghc-options:
                    -Wall

  default-extensions:
                    NoImplicitPrelude

  hs-source-dirs:
                    src

  exposed-modules:
                    Data.Aviation.Stratux.Demo

executable stratux-demo
  default-language: Haskell2010

  hs-source-dirs:   src

  main-is:          Main.hs

  build-depends:      base >= 4 && < 6
                    , lens >= 4.0 && < 5.0       
                    , network-uri >= 2.6 && < 3.0
                    , optparse-applicative >= 0.13.2 && < 1
                    , stratux == 0.0.12
                    , transformers >= 0.4 && < 1.0
                    , text >= 1.2 && < 2.0
                    , time >= 1.4 && < 2.0
                    , text >= 1.2 && < 2.0
                    , stratux-demo

  other-modules:
                    Data.Aviation.Stratux.Demo

  ghc-options:      -Wall