-- Initial browsercap.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: browscap version: 0 synopsis: A reader and interface for the Browser Capabilities Project data files. description: A reader and interface for the Browser Capabilities Project data files. Currently it uses a linear matcher which is slow. homepage: https://oss.xkcd.com license: BSD3 license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: davean 2012-2017 category: Web, Data build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 source-repository head type: git location: https://code.xkrd.net/haskell/browscap.git library default-language: Haskell2010 hs-source-dirs: src exposed-modules: Data.BrowsCap , Data.BrowsCap.Aquire build-depends: base >=4.9 && <4.11 , bytestring >= 0.10 && < 0.11 , text >= 1.2 && < 1.3 , unordered-containers >= 0.2 && < 0.3 , lrucache >= 1.2 && < 1.3 , deepseq >= 1.4 && < 1.5 , lens >= 4.15 && < 4.16 , wreq >= 0.5 && < 0.6 , mtl >= 2.2 && < 2.3 , ini >= 0.3 && < 0.4