Skip to content

Commit

Permalink
Explicitly list all used extensions and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Oct 28, 2011
1 parent 61e1b1f commit 1f49cb2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions heist.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: heist
version: 0.6.0
version: 0.6.0.1
synopsis: An xhtml templating system
description: An xhtml templating system
license: BSD3
Expand Down Expand Up @@ -105,7 +105,17 @@ Library
else
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2

Extensions: OverloadedStrings
Extensions:
GeneralizedNewtypeDeriving,
PackageImports,
ScopedTypeVariables,
DeriveDataTypeable,
FlexibleInstances,
MultiParamTypeClasses,
UndecidableInstances,
OverloadedStrings,
TypeSynonymInstances,
NoMonomorphismRestriction


source-repository head
Expand Down

0 comments on commit 1f49cb2

Please sign in to comment.