cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 2bf9103f4701fb3c063743dbb88970ee68ecbeaeb87eea96ca21096da1264968 name: new-join-compiler-errors version: 0.1.0.0 description: Please see the README on GitHub at homepage: https://github.com/bitemyapp/esqueleto#readme bug-reports: https://github.com/bitemyapp/esqueleto/issues author: Ben Levy maintainer: benjaminlevy007@gmail.com copyright: 2020 Ben Levy license: BSD3 build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/bitemyapp/esqueleto library exposed-modules: Lib other-modules: Paths_new_join_compiler_errors hs-source-dirs: src default-extensions: FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses NoMonomorphismRestriction OverloadedStrings QuasiQuotes ScopedTypeVariables StandaloneDeriving TemplateHaskell TypeFamilies build-depends: base >=4.7 && <5 , esqueleto , persistent , persistent-template default-language: Haskell2010 executable bad-errors main-is: Main.hs other-modules: Paths_new_join_compiler_errors hs-source-dirs: bad-errors default-extensions: FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses NoMonomorphismRestriction OverloadedStrings QuasiQuotes ScopedTypeVariables StandaloneDeriving TemplateHaskell TypeFamilies ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , esqueleto , new-join-compiler-errors , persistent , persistent-template default-language: Haskell2010