rfc 0.0.0.3 → 0.0.0.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- rfc.cabal +1/−1
- src/RFC/Data/ListMoveDirection.hs +1/−1
rfc.cabal view
@@ -1,5 +1,5 @@ name: rfc-version: 0.0.0.3+version: 0.0.0.4 synopsis: Robert Fischer's Common library, for all Robert Fischer's common needs. description: See README.md homepage: https://github.com/RobertFischer/rfc#README.md
src/RFC/Data/ListMoveDirection.hs view
@@ -8,7 +8,7 @@ import Data.Aeson as Aeson data ListMoveDirection = TowardsHead | TowardsTail- deriving (Show,Eq,Generic,Typeable)+ deriving (Show,Eq,Ord,Generic,Typeable) instance FromJSON ListMoveDirection where parseJSON = withText "ListMoveDirection" $ \t -> do