X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=Data%2FTime%2FAsctime%2FInternal.hs;fp=Data%2FTime%2FAsctime%2FParsec.hs;h=85707c653c6d3d98b0684f9886977741df7212f0;hp=201f347f2b99cc9370097f5ca97c58de67d9a794;hb=82afb594c5b4254385435491700befcbea185a5d;hpb=b6bd963751a3da2fd2961be19d42a45f4b098b96 diff --git a/Data/Time/Asctime/Parsec.hs b/Data/Time/Asctime/Internal.hs similarity index 94% rename from Data/Time/Asctime/Parsec.hs rename to Data/Time/Asctime/Internal.hs index 201f347..85707c6 100644 --- a/Data/Time/Asctime/Parsec.hs +++ b/Data/Time/Asctime/Internal.hs @@ -1,15 +1,13 @@ {-# LANGUAGE FlexibleContexts #-} -module Data.Time.Asctime.Parsec +module Data.Time.Asctime.Internal ( asctime ) where - import Control.Monad import Data.Fixed import Data.Time import Data.Time.Calendar.WeekDate import Data.Time.HTTP.Common -import Text.Parsec -- |This is a parsec parser for ANSI C's asctime() format. asctime :: Stream s m Char => ParsecT s u m LocalTime