name: aviation-cessna172-diagrams
version: 0.0.2
license: OtherLicense
license-file: LICENSE
author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>, Joshua Morris <ɯoɔ˙lᴉɐɯƃ@llǝʞsɐɥ+sᴉɹɹoɯuɥoɾɐnɥsoɾ>
maintainer: Tony Morris, Joshua Morris
copyright: Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
synopsis: Diagrams for the Cessna 172 aircraft in aviation.
category: Aviation
description:
<<http://i.imgur.com/0h9dFhl.png>>
.
Diagrams for the Cessna 172 aircraft in aviation.
homepage: https://github.com/data61/aviation-cessna172-diagrams
bug-reports: https://github.com/data61/aviation-cessna172-diagrams/issues
cabal-version: >= 1.10
build-type: Custom
extra-source-files: changelog
source-repository head
type: git
location: git@github.com:data61/aviation-cessna172-diagrams.git
flag small_base
description: Choose the new, split-up base package.
library
default-language:
Haskell2010
build-depends:
base >= 4.8 && < 5
, lens >= 4.15 && < 5
, aviation-units >= 0.0.1 && < 1
, aviation-weight-balance >= 0.0.1 && < 1
, aviation-cessna172-weight-balance >= 0.0.1 && < 1
, diagrams-cairo >= 1.4 && < 2
, diagrams-core >= 1.4 && < 2
, diagrams-lib >= 1.4 && < 2
, mtl >= 2.2 && < 3
, plots >= 0.1 && < 1
, hgeometry >= 0.6.0.0 && < 0.7
, colour >= 2.3 && < 3
ghc-options:
-Wall
default-extensions:
NoImplicitPrelude
hs-source-dirs:
src
exposed-modules:
Data.Aviation.C172.Diagrams
test-suite doctests
type:
exitcode-stdio-1.0
main-is:
doctests.hs
default-language:
Haskell2010
build-depends:
base < 5 && >= 3
, doctest >= 0.9.7
, filepath >= 1.3
, directory >= 1.1
, QuickCheck >= 2.0
, template-haskell >= 2.8
, parsec >= 3.1
, quickcheck-text
ghc-options:
-Wall
-threaded
hs-source-dirs:
test