persistent-qq.cabal 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. cabal-version: 1.12
  2. -- This file has been generated from package.yaml by hpack version 0.31.1.
  3. --
  4. -- see: https://github.com/sol/hpack
  5. --
  6. -- hash: bef2b585278826bc60fe813d4918833dc06cec43f2a8e4567190448ccfdee163
  7. name: persistent-qq
  8. version: 2.9.1
  9. synopsis: Provides a quasi-quoter for raw SQL for persistent
  10. description: Please see README and API docs at <http://www.stackage.org/package/persistent>.
  11. category: Database, Yesod
  12. homepage: https://github.com/yesodweb/persistent#readme
  13. bug-reports: https://github.com/yesodweb/persistent/issues
  14. author: Michael Snoyman <michael@snoyman.com>
  15. maintainer: Michael Snoyman <michael@snoyman.com>
  16. license: MIT
  17. license-file: LICENSE
  18. build-type: Simple
  19. extra-source-files:
  20. ChangeLog.md
  21. README.md
  22. source-repository head
  23. type: git
  24. location: https://github.com/yesodweb/persistent
  25. library
  26. exposed-modules:
  27. Database.Persist.Sql.Raw.QQ
  28. other-modules:
  29. Paths_persistent_qq
  30. hs-source-dirs:
  31. src
  32. ghc-options: -Wall
  33. build-depends:
  34. base >=4.9 && <5
  35. , haskell-src-meta
  36. , mtl
  37. , persistent >=2.10
  38. , template-haskell
  39. , text
  40. default-language: Haskell2010
  41. test-suite specs
  42. type: exitcode-stdio-1.0
  43. main-is: Spec.hs
  44. other-modules:
  45. PersistentTestModels
  46. PersistTestPetCollarType
  47. PersistTestPetType
  48. hs-source-dirs:
  49. test
  50. ghc-options: -Wall
  51. build-depends:
  52. HUnit
  53. , aeson
  54. , base
  55. , fast-logger
  56. , haskell-src-meta
  57. , hspec
  58. , monad-logger
  59. , mtl
  60. , persistent >=2.10
  61. , persistent-qq
  62. , persistent-sqlite
  63. , persistent-template
  64. , resourcet
  65. , template-haskell
  66. , text
  67. , unliftio
  68. default-language: Haskell2010