Skip to content

Commit

Permalink
Bump version to 0.3.0.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgundry committed Jun 10, 2018
1 parent b059f25 commit fe14150
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion uom-plugin-examples/package.yaml
Expand Up @@ -16,6 +16,6 @@ executables:
Examples:
dependencies:
- base >=4.7 && <5
- uom-plugin >= 0.1 && < 0.3
- uom-plugin >= 0.1 && < 0.4
main: Examples.hs
source-dirs: .
2 changes: 1 addition & 1 deletion uom-plugin-examples/uom-plugin-examples.cabal
Expand Up @@ -26,5 +26,5 @@ executable Examples
ghc-options: -dcore-lint
build-depends:
base >=4.7 && <5
, uom-plugin >=0.1 && <0.3
, uom-plugin >=0.1 && <0.4
default-language: Haskell2010
7 changes: 7 additions & 0 deletions uom-plugin/changelog
@@ -1,5 +1,12 @@
-*-change-log-*-

0.3.0.0 Adam Gundry <adam@well-typed.com> June 2018
* Support building on GHC 8.2 (but not yet 8.4)
* Fix unit safety bug in GHC 8.0 and later (see #22)
* Expose toRational' in Data.UnitsOfMeasure
* Add hlint test suite (thanks to Phil de Joux)
* Packaging improvements

0.2.0.1 Adam Gundry <adam@well-typed.com> May 2016
* Support building on GHC 8.0

Expand Down
4 changes: 2 additions & 2 deletions uom-plugin/package.yaml
Expand Up @@ -15,7 +15,7 @@ license: BSD3
license-file: LICENSE
stability: experimental
github: adamgundry/uom-plugin
copyright: Copyright (c) 2014-2016, Adam Gundry
copyright: Copyright (c) 2014-2018, Adam Gundry
tested-with: >+
GHC == 7.10.3,
GHC == 8.0.2,
Expand Down Expand Up @@ -72,4 +72,4 @@ tests:
main: HLint.hs
source-dirs:
- hlint
version: '0.2.0.1'
version: '0.3.0.0'
4 changes: 2 additions & 2 deletions uom-plugin/uom-plugin.cabal
Expand Up @@ -5,7 +5,7 @@
-- hash: d110f2f74fb66155437b924f27283bd9b16991b4f2be45693731488d98f4938c

name: uom-plugin
version: 0.2.0.1
version: 0.3.0.0
synopsis: Units of measure as a GHC typechecker plugin
description: The @uom-plugin@ library adds support for units of measure to GHC
using the new experimental facility for typechecker plugins, which
Expand All @@ -17,7 +17,7 @@ homepage: https://github.com/adamgundry/uom-plugin#readme
bug-reports: https://github.com/adamgundry/uom-plugin/issues
author: Adam Gundry <adam@well-typed.com>
maintainer: Adam Gundry <adam@well-typed.com>
copyright: Copyright (c) 2014-2016, Adam Gundry
copyright: Copyright (c) 2014-2018, Adam Gundry
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
Expand Down

0 comments on commit fe14150

Please sign in to comment.