cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: yesod-autoreload version: 0.0.0.0 synopsis: Auto-reload a yesod app during development homepage: https://github.com/NorfairKing/yesod-autoreload#readme bug-reports: https://github.com/NorfairKing/yesod-autoreload/issues author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu copyright: Copyright (c) 2020-2021 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple source-repository head type: git location: https://github.com/NorfairKing/yesod-autoreload library exposed-modules: Yesod.AutoReload other-modules: Paths_yesod_autoreload hs-source-dirs: src build-depends: base >=4.7 && <5 , shakespeare , text , yesod-core , yesod-websockets default-language: Haskell2010 executable yesod-autoreload-example main-is: Main.hs other-modules: Paths_yesod_autoreload hs-source-dirs: example ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , yesod-autoreload , yesod-core default-language: Haskell2010 test-suite yesod-autoreload-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_yesod_autoreload hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , yesod-autoreload default-language: Haskell2010