aivika-gpss 0.6 → 0.6.1
raw patch · 3 files changed
+14/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +10/−0
- LICENSE +1/−1
- aivika-gpss.cabal +3/−2
+ CHANGELOG.md view
@@ -0,0 +1,10 @@++Version 0.6.1+-----++* Fixed the copyright years.++Version 0.6+-----++* Improved the speed of simulation.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2018 David Sorokin <david.sorokin@gmail.com>+Copyright (c) 2017-2018 David Sorokin <david.sorokin@gmail.com> All rights reserved.
aivika-gpss.cabal view
@@ -1,5 +1,5 @@ name: aivika-gpss-version: 0.6+version: 0.6.1 synopsis: GPSS-like DSL for Aivika description: This package allows defining simulation models in terms of a GPSS-like@@ -40,7 +40,7 @@ category: Simulation license: BSD3 license-file: LICENSE-copyright: (c) 2018. David Sorokin <david.sorokin@gmail.com>+copyright: (c) 2017-2018. David Sorokin <david.sorokin@gmail.com> author: David Sorokin maintainer: David Sorokin <david.sorokin@gmail.com> homepage: http://www.aivikasoft.com@@ -67,6 +67,7 @@ examples/Example7-31Trans.hs examples/Example7-35.hs examples/Example7-35Trans.hs+ CHANGELOG.md library