fen2s 1.1 → 1.2
raw patch · 2 files changed
+2/−2 lines, 2 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Setup.hs +1/−1
- fen2s.cabal +1/−1
Setup.hs view
@@ -1,4 +1,4 @@-module Main(main)+module Main ( main ) where import Distribution.Simple
fen2s.cabal view
@@ -1,5 +1,5 @@ name: fen2s-version: 1.1+version: 1.2 category: Game synopsis: Converting a chess position from FEN notation to text license: MIT