Skip to content

Commit e80845f

Browse files
committed
fix email
1 parent 62a5d27 commit e80845f

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Original work Copyright (c) 2015, Allele Dev
1+
Original work Copyright (c) 2016, Allele Dev
22
Modified work Copyright 2016 Josh Vera
33

44
All rights reserved.

src/Control/Monad/Effect.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{-|
33
Module : Control.Monad.Effect
44
Description : Effects - an extensible effects library
5-
Copyright : Allele Dev 2016
5+
Copyright : Allele Dev 2015
66
License : BSD-3
7-
Maintainer : cpp.cabrera@gmail.com
7+
Maintainer : allele.dev@gmail.com
88
Stability : experimental
99
Portability : POSIX
1010

src/Control/Monad/Effect/Coroutine.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{-|
77
Module : Control.Monad.Effect.Coroutine
88
Description : Composable Coroutine effects
9-
Copyright : Allele Dev 2016
9+
Copyright : Allele Dev 2015
1010
License : BSD-3
11-
Maintainer : cpp.cabrera@gmail.com
11+
Maintainer : allele.dev@gmail.com
1212
Stability : broken
1313
Portability : POSIX
1414

src/Control/Monad/Effect/Cut.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
{-|
66
Module : Control.Monad.Effect.Cut
77
Description : An implementation of logical Cut
8-
Copyright : Allele Dev 2016
8+
Copyright : Allele Dev 2015
99
License : BSD-3
10-
Maintainer : cpp.cabrera@gmail.com
10+
Maintainer : allele.dev@gmail.com
1111
Stability : broken
1212
Portability : POSIX
1313

src/Control/Monad/Effect/Exception.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
{-|
66
Module : Control.Monad.Effect.Exception
77
Description : An Exception effect and handler.
8-
Copyright : Allele Dev 2016
8+
Copyright : Allele Dev 2015
99
License : BSD-3
10-
Maintainer : cpp.cabrera@gmail.com
10+
Maintainer : allele.dev@gmail.com
1111
Stability : experimental
1212
Portability : POSIX
1313

src/Control/Monad/Effect/Fresh.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{-|
77
Module : Control.Monad.Effect.Fresh
88
Description : Generation of fresh integers as an effect.
9-
Copyright : Allele Dev 2016
9+
Copyright : Allele Dev 2015
1010
License : BSD-3
11-
Maintainer : cpp.cabrera@gmail.com
11+
Maintainer : allele.dev@gmail.com
1212
Stability : broken
1313
Portability : POSIX
1414

src/Control/Monad/Effect/NonDetEff.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
{-|
44
Module : Control.Monad.Effect.NonDetEff
55
Description : Nondeterministic Choice effects
6-
Copyright : Allele Dev 2016
6+
Copyright : Allele Dev 2015
77
License : BSD-3
8-
Maintainer : cpp.cabrera@gmail.com
8+
Maintainer : allele.dev@gmail.com
99
Stability : experimental
1010
Portability : POSIX
1111
-}

src/Control/Monad/Effect/Reader.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
{-|
88
Module : Control.Monad.Effect.Reader
99
Description : Reader effects for computations that carry an environment
10-
Copyright : Allele Dev 2016
10+
Copyright : Allele Dev 2015
1111
License : BSD-3
12-
Maintainer : cpp.cabrera@gmail.com
12+
Maintainer : allele.dev@gmail.com
1313
Stability : experimental
1414
Portability : POSIX
1515

src/Control/Monad/Effect/State.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
{-|
88
Module : Control.Monad.Effect.State
99
Description : State effects for computations that carry state
10-
Copyright : Allele Dev 2016
10+
Copyright : Allele Dev 2015
1111
License : BSD-3
12-
Maintainer : cpp.cabrera@gmail.com
12+
Maintainer : allele.dev@gmail.com
1313
Stability : experimental
1414
Portability : POSIX
1515

src/Control/Monad/Effect/StateRW.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{-|
77
Module : Control.Monad.Effect.StateRW
88
Description : State effects in terms of Reader/Writer
9-
Copyright : Allele Dev 2016
9+
Copyright : Allele Dev 2015
1010
License : BSD-3
11-
Maintainer : cpp.cabrera@gmail.com
11+
Maintainer : allele.dev@gmail.com
1212
Stability : experimental
1313
Portability : POSIX
1414

0 commit comments

Comments
 (0)