-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mitsutoshi Aoe
committed
Jan 12, 2017
1 parent
b881c22
commit f17a8ea
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2012-2016, Mitsutoshi Aoe | ||
Copyright (c) 2012-2017, Mitsutoshi Aoe | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: Mitsutoshi Aoe | ||
maintainer: Mitsutoshi Aoe <[email protected]> | ||
copyright: Copyright (C) 2012-2016 Mitsutoshi Aoe | ||
copyright: Copyright (C) 2012-2017 Mitsutoshi Aoe | ||
category: Concurrency | ||
build-type: Simple | ||
cabal-version: >= 1.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
{- | | ||
Module : Control.Concurrent.Async.Lifted | ||
Copyright : Copyright (C) 2012-2016 Mitsutoshi Aoe | ||
Copyright : Copyright (C) 2012-2017 Mitsutoshi Aoe | ||
License : BSD-style (see the file LICENSE) | ||
Maintainer : Mitsutoshi Aoe <[email protected]> | ||
Stability : experimental | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
{- | | ||
Module : Control.Concurrent.Async.Lifted.Safe | ||
Copyright : Copyright (C) 2012-2016 Mitsutoshi Aoe | ||
Copyright : Copyright (C) 2012-2017 Mitsutoshi Aoe | ||
License : BSD-style (see the file LICENSE) | ||
Maintainer : Mitsutoshi Aoe <[email protected]> | ||
Stability : experimental | ||
|