diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f295f1..5e4a0969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ +1.0.1.1 (2015-11) +----------------- +* Improved example in readme. + 1.0.1.0 (2015-11) ------------------- +----------------- * Added Numeric.Units.Dimensional.Coercion module. * Bumped exact-pi dependency to < 0.5. * Restored changelog. * Addressed issues with documentation. 1.0.0.0 (2015-11) ------------------- +----------------- * Changed to DataKinds and ClosedTypeFamilies encoding of dimensions. * Added names and exact values to `Unit`s. * Added `AnyUnit` and `AnyQuantity` for quantities whose dimension is statically unknown. @@ -70,14 +74,14 @@ 0.10.1 (2011-08) ------------------- +---------------- GHC 7.2.1 compatibility fix: * Increased CGS context-stack to 30. 0.10 (2011-05) -------------- +-------------- See the [announcement][2]. [2]: http://flygdynamikern.blogspot.se/2011/05/announce-dimensional-010.html diff --git a/dimensional.cabal b/dimensional.cabal index 3f322f36..425178cc 100644 --- a/dimensional.cabal +++ b/dimensional.cabal @@ -1,5 +1,5 @@ name: dimensional -version: 1.0.1.0 +version: 1.0.1.1 license: BSD3 license-file: LICENSE copyright: Bjorn Buckwalter 2006-2015 @@ -33,7 +33,7 @@ description: extra-source-files: README.md, CHANGELOG.md, - examples/README, + examples/ReadmeExample.hs, examples/GM.lhs source-repository head diff --git a/examples/README b/examples/README deleted file mode 100644 index 93d101c0..00000000 --- a/examples/README +++ /dev/null @@ -1,2 +0,0 @@ -See the project wiki at http://dimensional.googlecode.com for more examples. -