packages feed

fpco-api 1.1.1.2 → 1.1.1.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

fpco-api.cabal view
@@ -1,5 +1,5 @@ name:                 fpco-api-version:              1.1.1.2+version:              1.1.1.3 synopsis:             Simple interface to the FP Complete IDE API. description:          A server and library for communicating with the FP Complete IDE API. homepage:             https://www.fpcomplete.com/page/api
src/library/FP/API/Types.hs view
@@ -547,7 +547,7 @@     deriving (Eq, Show, Data, Read, Typeable, PersistField, Random, Num)  instance PersistFieldSql TutorialConcurrentToken where-    sqlType _ = sqlType (Nothing :: Maybe Int)+    sqlType _ = sqlType (Proxy :: Proxy Int)  instance Default TutorialConcurrentToken where     def = TutorialConcurrentToken' 1