aviation-cessna172-diagrams 0.0.1 → 0.0.2
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~hgeometry
Dependency ranges changed: hgeometry
Files
- LICENSE +1/−1
- aviation-cessna172-diagrams.cabal +3/−3
- changelog +4/−0
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2016, Commonwealth Scientific and Industrial Research Organisation+Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. Redistribution and use in source and binary forms, with or without modification,
aviation-cessna172-diagrams.cabal view
@@ -1,10 +1,10 @@ name: aviation-cessna172-diagrams-version: 0.0.1+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) 2016, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.+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: @@ -40,7 +40,7 @@ , diagrams-lib >= 1.4 && < 2 , mtl >= 2.2 && < 3 , plots >= 0.1 && < 1- , hgeometry >= 0.5.1.0 && < 0.6+ , hgeometry >= 0.6.0.0 && < 0.7 , colour >= 2.3 && < 3 ghc-options:
changelog view
@@ -1,3 +1,7 @@+0.0.2++* Update to newer hgeometry.+ 0.0.1 * Initial release