Skip to content

Instantly share code, notes, and snippets.

@Tarrasch
Created December 27, 2011 12:56
Show Gist options
  • Select an option

  • Save Tarrasch/1523588 to your computer and use it in GitHub Desktop.

Select an option

Save Tarrasch/1523588 to your computer and use it in GitHub Desktop.
/var/lib/ghc-7.0.3/package.conf.d:
Cabal-1.10.1.0
X11-1.5.0.0
X11-xft-0.3
array-0.3.0.2
base-4.3.1.0
bin-package-db-0.0.0.0
bytestring-0.9.1.10
containers-0.4.0.0
directory-1.1.0.0
extensible-exceptions-0.1.1.2
filepath-1.2.0.0
(ghc-7.0.3)
(ghc-binary-0.5.0.2)
ghc-prim-0.2.0.0
(haskell2010-1.0.0.0)
haskell98-1.1.0.1
hpc-0.5.0.6
integer-gmp-0.2.0.3
mtl-2.0.1.0
old-locale-1.0.0.2
old-time-1.0.0.6
pretty-1.0.1.2
process-1.0.1.5
random-1.0.0.3
rts-1.0
syb-0.3
template-haskell-2.5.0.0
time-1.2.0.3
transformers-0.2.2.0
unix-2.4.2.0
utf8-string-0.3.6
xmonad-0.9.2
xmonad-contrib-0.9.2
/home/arash/.ghc/i386-linux-7.0.3/package.conf.d:
HDBC-2.3.1.0
HDBC-postgresql-2.3.2.0
HTTP-4000.1.2
RSA-1.0.6.2
SHA-1.5.0.0
aeson-0.5.0.0
asn1-data-0.6.1.2
attempt-0.3.1.1
attoparsec-0.10.1.0
attoparsec-enumerator-0.3
authenticate-0.10.4
base-unicode-symbols-0.2.2.3
base64-bytestring-0.1.0.3
binary-0.5.0.2
blaze-builder-0.3.0.2
blaze-builder-enumerator-0.2.0.3
blaze-html-0.4.3.0
byteorder-1.0.3
case-insensitive-0.4.0.1
cereal-0.3.5.0
certificate-1.0.1
citeproc-hs-0.3.3
clientsession-0.7.3.6
cmdargs-0.9
control-monad-attempt-0.3.0
convertible-1.0.11.0
convertible-text-0.4.0.1
cookie-0.3.0.2
cprng-aes-0.2.3
crypto-api-0.8
crypto-pubkey-types-0.1.0
cryptocipher-0.3.0
cryptohash-0.7.4
css-text-0.1.1
data-default-0.3.0
data-object-0.3.1.8
data-object-yaml-0.3.3.6
deepseq-1.2.0.1
digest-0.0.1.0
dlist-0.5
email-validate-0.2.7
entropy-0.2.1
enumerator-0.4.16
failure-0.1.0.1
fast-logger-0.0.1
file-embed-0.0.4.1
friendly-time-0.1
gravatar-0.4
hamlet-0.10.6
hashable-1.1.2.2
hjsmin-0.0.14
hs-bibutils-4.12
http-date-0.0.1
http-enumerator-0.7.2.1
http-types-0.6.8
json-0.4.4
language-javascript-0.4.5
largeword-1.0.1
mime-mail-0.4.1.0
monad-control-0.3.1
neither-0.3.0
network-2.3.0.8
pandoc-1.8.2.1
pandoc-types-1.8.2
parsec-3.1.2
path-pieces-0.0.0
persistent-0.6.4.3
persistent-postgresql-0.6.1.2
persistent-template-0.6.3.1
pool-0.1.2
primitive-0.4.0.1
pureMD5-2.1.0.3
pwstore-fast-2.2
ranges-0.2.4
rfc3339-1.0.4
semigroups-0.8
shakespeare-0.10.2
shakespeare-css-0.10.5
shakespeare-i18n-0.0.0
shakespeare-js-0.10.4
shakespeare-text-0.10.3
shorten-strings-0.1
simple-search-0.1
simple-sendfile-0.2.0
skein-0.1.0.3
split-0.1.4.2
tagged-0.2.3.1
tagsoup-0.12.6
texmath-0.5.0.3
text-0.11.1.12
tls-0.8.4
tls-extra-0.4.2
transformers-base-0.4.1
unix-compat-0.3
unordered-containers-0.1.4.6
url-2.1.2
utf8-light-0.4.0.1
vector-0.9
wai-0.4.3
wai-app-static-0.3.5.1
wai-extra-0.4.6
wai-logger-0.1.1
warp-0.4.6.3
xhtml-3000.2.0.4
xml-1.3.10
xml-enumerator-0.4.4
xml-types-0.3
xss-sanitize-0.3.1
yaml-0.4.1.2
yesod-0.9.4
yesod-auth-0.7.9
yesod-core-0.9.4
yesod-default-0.5.0
yesod-form-0.3.4.2
yesod-goodies-0.1
yesod-json-0.2.3
yesod-links-0.1
yesod-markdown-0.3
yesod-paginator-0.1
yesod-persistent-0.2.2
yesod-static-0.3.2.1
zip-archive-0.1.1.7
zlib-0.5.3.1
zlib-bindings-0.0.1
zlib-enum-0.2.1
name: Tiny
version: 0.0.0
license: BSD3
license-file: LICENSE
author: Arash
maintainer: Arash
synopsis: The greatest Yesod web application ever.
description: I'm sure you can say something clever here if you try.
category: Web
stability: Experimental
cabal-version: >= 1.6
build-type: Simple
homepage: http://Tiny.yesodweb.com/
Flag dev
Description: Turn on development settings, like auto-reload templates.
Default: False
Flag library-only
Description: Build for use with "yesod devel"
Default: False
library
if flag(library-only)
Buildable: True
else
Buildable: False
exposed-modules: Application
other-modules: Foundation
Import
Settings
Settings.StaticFiles
Handler.Root
ghc-options: -Wall -threaded -O0
cpp-options: -DDEVELOPMENT
extensions: TemplateHaskell
QuasiQuotes
OverloadedStrings
NoImplicitPrelude
CPP
OverloadedStrings
MultiParamTypeClasses
TypeFamilies
executable Tiny
if flag(library-only)
Buildable: False
if flag(dev)
cpp-options: -DDEVELOPMENT
ghc-options: -Wall -threaded -O0
else
ghc-options: -Wall -threaded
main-is: main.hs
extensions: TemplateHaskell
QuasiQuotes
OverloadedStrings
NoImplicitPrelude
CPP
OverloadedStrings
MultiParamTypeClasses
TypeFamilies
build-depends: base >= 4 && < 5
, yesod-core >= 0.9.3 && < 0.10
, yesod-static >= 0.3.1 && < 0.4
, yesod-default >= 0.5 && < 0.6
, clientsession >= 0.7.3 && < 0.8
, bytestring >= 0.9 && < 0.10
, text >= 0.11 && < 0.12
, template-haskell
, hamlet >= 0.10 && < 0.11
, shakespeare-text >= 0.10 && < 0.11
, wai >= 0.4.2 && < 0.5
, transformers >= 0.2 && < 0.3
, monad-control >= 0.3 && < 0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment