yesod-default-1.2.0/0000755000000000000000000000000012142133700012436 5ustar0000000000000000yesod-default-1.2.0/LICENSE0000644000000000000000000000207512142133700013447 0ustar0000000000000000Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. yesod-default-1.2.0/yesod-default.cabal0000644000000000000000000000152612142133700016173 0ustar0000000000000000name: yesod-default version: 1.2.0 license: MIT license-file: LICENSE author: Patrick Brisbin maintainer: Patrick Brisbin synopsis: Default config and main functions for your yesod application (deprecated) category: Web, Yesod stability: Stable cabal-version: >= 1.6 build-type: Simple homepage: http://www.yesodweb.com/ description: Since version 1.2 of Yesod, this functionality is provided by the yesod package. This package is no longer needed. execution of your yesod application library build-depends: base >= 4 && < 5 , yesod-core >= 1.2 exposed-modules: Yesod.Default.Ignore source-repository head type: git location: https://github.com/yesodweb/yesod yesod-default-1.2.0/Setup.lhs0000644000000000000000000000016212142133700014245 0ustar0000000000000000#!/usr/bin/env runhaskell > module Main where > import Distribution.Simple > main :: IO () > main = defaultMain yesod-default-1.2.0/Yesod/0000755000000000000000000000000012142133700013521 5ustar0000000000000000yesod-default-1.2.0/Yesod/Default/0000755000000000000000000000000012142133700015105 5ustar0000000000000000yesod-default-1.2.0/Yesod/Default/Ignore.hs0000644000000000000000000000004512142133700016663 0ustar0000000000000000module Yesod.Default.Ignore () where