goatee 0.3.1 → 0.3.1.1
raw patch · 6 files changed
+6/−6 lines, 6 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- goatee.cabal +1/−1
- src/Game/Goatee/Lib/Property/Base.hs +1/−1
- src/Game/Goatee/Lib/Tree.hs +1/−1
- src/Game/Goatee/Lib/Types.hs +1/−1
- tests/Game/Goatee/Lib/ParserTestUtils.hs +1/−1
- tests/Game/Goatee/Lib/Property/ParserTest.hs +1/−1
goatee.cabal view
@@ -1,5 +1,5 @@ name: goatee-version: 0.3.1+version: 0.3.1.1 synopsis: A monadic take on a 2,500-year-old board game - library. category: Game license: AGPL-3
src/Game/Goatee/Lib/Property/Base.hs view
@@ -1,6 +1,6 @@ -- This file is part of Goatee. ----- Copyright 2014 Bryan Gardiner+-- Copyright 2014-2015 Bryan Gardiner -- -- Goatee is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by
src/Game/Goatee/Lib/Tree.hs view
@@ -1,6 +1,6 @@ -- This file is part of Goatee. ----- Copyright 2014 Bryan Gardiner+-- Copyright 2014-2015 Bryan Gardiner -- -- Goatee is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by
src/Game/Goatee/Lib/Types.hs view
@@ -1,6 +1,6 @@ -- This file is part of Goatee. ----- Copyright 2014 Bryan Gardiner+-- Copyright 2014-2015 Bryan Gardiner -- -- Goatee is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by
tests/Game/Goatee/Lib/ParserTestUtils.hs view
@@ -1,6 +1,6 @@ -- This file is part of Goatee. ----- Copyright 2014 Bryan Gardiner+-- Copyright 2014-2015 Bryan Gardiner -- -- Goatee is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by
tests/Game/Goatee/Lib/Property/ParserTest.hs view
@@ -1,6 +1,6 @@ -- This file is part of Goatee. ----- Copyright 2014 Bryan Gardiner+-- Copyright 2014-2015 Bryan Gardiner -- -- Goatee is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by