packages feed

log-domain 0.1 → 0.1.0.1

raw patch · 5 files changed

+25/−10 lines, 5 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

.travis.yml view
@@ -13,7 +13,6 @@  script:   - $script && hlint src --cpp-define HLINT-  - scripts/stats  notifications:   irc:@@ -21,7 +20,7 @@       - "irc.freenode.org#haskell-lens"     skip_join: true     template:-      - "\x0313log\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"+      - "\x0313log-domain\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"  env:   - mode="--enable-tests" script="cabal test --show-details=always"
AUTHORS.markdown view
@@ -1,4 +1,4 @@-@log@ was inspired by the @LogFloat@ package by Wren Thornton.+`log-domain` was inspired by the `LogFloat` package by Wren Thornton.  A variant of that code was introduced into `Data.Analytics.Numeric.Log` in the [analytics](http://github.com/analytics) project by 
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.1.0.1+-------+* Minor packaging changes+ 0.1 --- * Renamed from `log` to `log-domain` due to internal hackage issues rendering that name inaccessible.
README.markdown view
@@ -1,9 +1,21 @@ log === -[![Build Status](https://secure.travis-ci.org/ekmett/log.png?branch=master)](http://travis-ci.org/ekmett/log)+[![Build Status](https://secure.travis-ci.org/ekmett/log-domain.png?branch=master)](http://travis-ci.org/ekmett/log-domain) -Log-domain floats, doubles and complex numbers.+> What rolls down stairs alone or in pairs  +> Rolls over your neighbor's dog?  +> What's great for a snack and fits on your back?  +> It's Log, Log, Log!  ++> It's Log, Log, it's big, it's heavy, it's wood.  +> It's Log, Log, it's better than bad, it's good!  +> Everyone wants a log! You're gonna love it, Log!  +> Come on and get your log! Everyone needs a Log!"++> -- Ren & Stimpy, The Log Song++This package provides log-domain floats, doubles and complex numbers.  Contact Information -------------------
log-domain.cabal view
@@ -1,19 +1,19 @@ name:          log-domain category:      Numeric-version:       0.1+version:       0.1.0.1 license:       BSD3 cabal-version: >= 1.8 license-file:  LICENSE author:        Edward A. Kmett maintainer:    Edward A. Kmett <ekmett@gmail.com> stability:     provisional-homepage:      http://github.com/ekmett/log-domain/-bug-reports:   http://github.com/ekmett/log-domain/issues+homepage:      http://github.com/analytics/log-domain/+bug-reports:   http://github.com/analytics/log-domain/issues copyright:     Copyright (C) 2013 Edward A. Kmett build-type:    Custom tested-with:   GHC == 7.4.1, GHC == 7.6.1 synopsis:      Log-domain arithmetic-description:   Log-domain arithmetic+description:   This package provides log-domain floats, doubles and complex numbers.  extra-source-files:   .travis.yml@@ -28,7 +28,7 @@  source-repository head   type: git-  location: git://github.com/ekmett/log-domain.git+  location: git://github.com/analytics/log-domain.git  -- You can disable the doctests test suite with -f-test-doctests flag test-doctests