iCalendar 0.4 → 0.4.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~network
Dependency ranges changed: network
Files
- iCalendar.cabal +2/−2
iCalendar.cabal view
@@ -1,5 +1,5 @@ name: iCalendar-version: 0.4+version: 0.4.0.1 synopsis: iCalendar data types, parser, and printer. description: Data definitions, parsing and printing of the iCalendar format (RFC5545).@@ -32,7 +32,7 @@ , Text.ICalendar.Parser.Properties , Paths_iCalendar build-depends: base >=4.5 && <5, time ==1.4.*, data-default >=0.3- , case-insensitive >=0.4, network ==2.4.*+ , case-insensitive >=0.4, network >=2.4 && <2.6 , bytestring >=0.10 && < 0.11, parsec ==3.1.* , text, containers >= 0.5 && < 0.6, mime ==0.4.* , mtl ==2.1.*, old-locale, base64-bytestring ==1.0.*