iCalendar 0.4.0.4 → 0.4.0.5
raw patch · 1 files changed
+2/−1 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Paths_iCalendar: getBinDir :: IO FilePath
- Paths_iCalendar: getDataDir :: IO FilePath
- Paths_iCalendar: getDataFileName :: FilePath -> IO FilePath
- Paths_iCalendar: getDynLibDir :: IO FilePath
- Paths_iCalendar: getLibDir :: IO FilePath
- Paths_iCalendar: getLibexecDir :: IO FilePath
- Paths_iCalendar: getSysconfDir :: IO FilePath
- Paths_iCalendar: version :: Version
- Text.ICalendar.Types: instance Data.Semigroup.Semigroup Text.ICalendar.Types.VCalendar
+ Text.ICalendar.Types: instance GHC.Base.Semigroup Text.ICalendar.Types.VCalendar
- Text.ICalendar.Parser: DecodingFunctions :: (ByteString -> Text) -> (ByteString -> CI Text) -> DecodingFunctions
+ Text.ICalendar.Parser: DecodingFunctions :: ByteString -> Text -> ByteString -> CI Text -> DecodingFunctions
- Text.ICalendar.Printer: EncodingFunctions :: (Char -> Builder) -> (Char -> Int) -> EncodingFunctions
+ Text.ICalendar.Printer: EncodingFunctions :: Char -> Builder -> Char -> Int -> EncodingFunctions
Files
- iCalendar.cabal +2/−1
iCalendar.cabal view
@@ -1,5 +1,5 @@ name: iCalendar-version: 0.4.0.4+version: 0.4.0.5 synopsis: iCalendar data types, parser, and printer. description: Data definitions, parsing and printing of the iCalendar format (RFC5545).@@ -34,6 +34,7 @@ , Text.ICalendar.Parser.Content , Text.ICalendar.Parser.Parameters , Text.ICalendar.Parser.Properties+ , Paths_iCalendar if flag(network-uri) build-depends: network-uri >= 2.6, network >= 2.6 && < 2.7