-- Initial har.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: har version: 0.4.0 synopsis: HAR spec in Haskell description: . Data type of HAR spec: homepage: https://github.com/freizl/har license: BSD3 license-file: LICENSE author: Haisheng.Wu maintainer: freizl@gmail.com copyright: @2015-2017 Haisheng Wu category: Data build-type: Simple cabal-version: >=1.10 tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2 -- extra-source-files: source-repository head type: git location: https://github.com/freizl/har library exposed-modules: HAR HAR.Browser HAR.Cache HAR.Content HAR.Cookie HAR.Creator HAR.Entry HAR.Header HAR.Log HAR.Page HAR.PageTimings HAR.Param HAR.PostData HAR.QueryString HAR.Request HAR.Response HAR.Timings build-depends: base >=4.6 && <5.0 , aeson , bytestring , directory , filepath , text hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fwarn-tabs -funbox-strict-fields