fen2s 1.0 → 1.1
raw patch · 1 files changed
+3/−11 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- fen2s.cabal +3/−11
fen2s.cabal view
@@ -1,5 +1,5 @@ name: fen2s-version: 1.0+version: 1.1 category: Game synopsis: Converting a chess position from FEN notation to text license: MIT@@ -17,11 +17,8 @@ base >= 4.0 && < 5.0, opentheory-unicode >= 1.0 && < 2.0, api-opentheory-unicode >= 1.0 && < 2.0- hs-source-dirs: src- ghc-options: -Wall- exposed-modules: Chess @@ -30,21 +27,16 @@ base >= 4.0 && < 5.0, opentheory-unicode >= 1.0 && < 2.0, api-opentheory-unicode >= 1.0 && < 2.0- hs-source-dirs: src- ghc-options: -Wall- main-is: Main.hs -executable fen2s-test+test-suite fen2s-test+ type: exitcode-stdio-1.0 build-depends: base >= 4.0 && < 5.0, opentheory-unicode >= 1.0 && < 2.0, api-opentheory-unicode >= 1.0 && < 2.0- hs-source-dirs: src- ghc-options: -Wall- main-is: Test.hs