name: rfc version: 0.0.0.3 synopsis: Robert Fischer's Common library, for all Robert Fischer's common needs. description: See README.md homepage: https://github.com/RobertFischer/rfc#README.md license: BSD3 license-file: LICENSE author: Robert Fischer maintainer: smokejumperit+rfc@gmail.com copyright: (c)2017 Robert Fischer category: Library build-type: Simple extra-source-files: README.md cabal-version: >=1.10 Flag Development Description: Enable warnings Default: False Manual: True library hs-source-dirs: src build-depends: base >= 4.7 && < 5 default-language: Haskell2010 if flag(development) ghc-options: -Wall -Werror -fno-warn-orphans -fno-warn-name-shadowing -O0 else ghc-options: -O2 default-extensions: NoImplicitPrelude , DataKinds , TemplateHaskell , TypeOperators , OverloadedStrings , PackageImports , LambdaCase , MultiWayIf , Rank2Types , ConstraintKinds , FlexibleContexts , TypeSynonymInstances , FlexibleInstances , DeriveGeneric , ScopedTypeVariables , MultiParamTypeClasses , DefaultSignatures build-depends: base >= 4.7 && < 5 , aeson , servant , servant-server , wai , classy-prelude , uuid-types , containers , unordered-containers , string-conversions , monad-control , postgresql-simple >= 0.5.3.0 , resource-pool , hedis , async , simple-logger , http-client-tls , wreq , servant-docs , data-default , servant-blaze , wai-extra , temporary , blaze-html , servant-swagger , swagger2 , markdown , url , lens , http-types , exceptions , http-api-data , time-units , wai-cors , aeson-diff , vector , lifted-async , text exposed-modules: RFC.Prelude , RFC.Psql , RFC.Redis , RFC.String , RFC.Concurrent , RFC.Throttle , RFC.JSON , RFC.Log , RFC.HTTP.Client , RFC.HTTP.Types , RFC.Servant , RFC.Servant.ApiDoc , RFC.Wai , RFC.Env , RFC.Google.Places.NearbySearch , RFC.Google.Places.PlaceSearch , RFC.Google.Places.SearchResults , RFC.Data.LatLng , RFC.Data.IdAnd , RFC.Data.ListMoveDirection , RFC.Data.UUID source-repository head type: git location: https://github.com/RobertFischer/rfc