copyright bump, whitespace cleanup

This commit is contained in:
Edward Kmett 2015-03-08 06:32:52 -04:00
parent f193a812a5
commit 92e3e50701
8 changed files with 45 additions and 34 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2010-2013, Edward Kmett
Copyright (c) 2010-2015, Edward Kmett
All rights reserved.

View File

@ -8,7 +8,7 @@ stability: experimental
homepage: http://github.com/ekmett/speculation
bug-reports: http://github.com/ekmett/speculation/issues
category: Concurrency
copyright: (c) 2010-2013 Edward A. Kmett
copyright: (c) 2010-2015 Edward A. Kmett
build-type: Simple
cabal-version: >=1.6
tested-with: GHC==6.12.1, GHC==7.3.20111017, GHC==7.4.2, GHC==7.6.3, GHC==7.7, GHC==7.8.4, GHC==7.10.0.20150307

View File

@ -5,7 +5,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Concurrent.Speculation
-- Copyright : (C) 2008-2011 Edward Kmett,
-- Copyright : (C) 2008-2015 Edward Kmett,
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>

View File

@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Concurrent.Speculation.Class
-- Copyright : (C) 2011 Edward Kmett, Jake McArthur
-- Copyright : (C) 2011-2015 Edward Kmett, Jake McArthur
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>

View File

@ -1,5 +1,16 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE BangPatterns #-}
-----------------------------------------------------------------------------
-- |
-- Module : Control.Concurrent.Speculation.Foldable
-- Copyright : (C) 2010-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- Stability : provisional
-- Portability : portable
--
----------------------------------------------------------------------------
module Control.Concurrent.Speculation.Foldable
(
-- * Speculative folds

View File

@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Concurrent.Speculation.Internal
-- Copyright : (C) 2010-2011 Edward Kmett
-- Copyright : (C) 2010-2015 Edward Kmett
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>

View File

@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Concurrent.Speculation.List
-- Copyright : (C) 2010-2011 Edward Kmett,
-- Copyright : (C) 2010-2015 Edward Kmett,
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>

View File

@ -6,7 +6,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Control.Concurrent.Speculation.Traversable
-- Copyright : (C) 2010-2011 Edward Kmett,
-- Copyright : (C) 2010-2015 Edward Kmett,
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>