packages feed

bytestring-lexing-0.5.0: bytestring-lexing.cabal

----------------------------------------------------------------
-- wren gayle romano <wren@community.haskell.org>   ~ 2015.06.05
----------------------------------------------------------------

-- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:
-- and source-repository:.
Cabal-Version:  >= 1.6
Build-Type:     Simple

Name:           bytestring-lexing
Version:        0.5.0
Stability:      provisional
Homepage:       http://code.haskell.org/~wren/
Author:         wren gayle romano, Don Stewart
Maintainer:     wren@community.haskell.org
Copyright:      Copyright (c) 2012--2015 wren gayle romano, 2008--2011 Don Stewart
License:        BSD2
License-File:   LICENSE

Category:       Data
Synopsis:
    Parse and produce literals efficiently from strict or lazy bytestrings.
Description:
    Parse and produce literals efficiently from strict or lazy bytestrings.
    .
    Some benchmarks for this package can be found at:
    <http://community.haskell.org/~wren/bytestring-lexing/test/bench/html>


-- Formerly tested with GHCs 6.8.2, 6.10.1, 6.12.1, 7.0.3, 7.6.1, 7.8.0; but those are no longer verified.
Tested-With:
    GHC ==7.8.3, GHC == 7.10.1
Extra-source-files:
    AUTHORS, README, CHANGELOG
Source-Repository head
    Type:     darcs
    Location: http://community.haskell.org/~wren/bytestring-lexing

----------------------------------------------------------------
Library
    Ghc-Options:     -O2
    Hs-Source-Dirs:  src
    Exposed-Modules: Data.ByteString.Lex.Integral
                     Data.ByteString.Lex.Fractional
    Other-Modules:   Data.ByteString.Lex.Internal
    
    -- Should actually be able to work as far back as base-2.0...
    Build-Depends: base >= 4 && < 5, bytestring

----------------------------------------------------------------
----------------------------------------------------------- fin.