Skip to content

Commit

Permalink
Relax snap dep to allow 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ozataman committed Mar 4, 2012
1 parent a80a4f2 commit a5df443
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions snaplet-environments.cabal
@@ -1,6 +1,7 @@
Name: snaplet-environments
Version: 0.1
Synopsis: Provides ability to easly read configuration based on given app environment gi ven at command line, envs are defined in app configuration file
Synopsis: Provides ability to easly read configuration based on given app environment
given at command line, envs are defined in app configuration file
License: BSD3
License-file: LICENSE
Author: Kamil Ciemniewski
Expand All @@ -14,24 +15,21 @@ Library
hs-source-dirs: src

library
exposed-modules: Snap.Snaplet.Environments,
Snap.Snaplet.Environments.Instances
exposed-modules:
Snap.Snaplet.Environments
Snap.Snaplet.Environments.Instances

-- Packages needed in order to build this package.
Build-depends:
base >= 4 && <= 5,
snap == 0.7.*,
snap-core == 0.7.*,
snap >= 0.7 && < 0.9,
snap-core >= 0.7 && < 0.9,
mtl >= 2 && < 3,
configurator >= 0.2 && < 0.3,
regex-tdfa >= 1.1.8 && < 1.2,
unordered-containers >= 0.1.4.3 && < 0.2,
text >= 0.11 && < 0.12,
bson >= 0.1.6 && < 0.2

-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools:

extensions:
OverloadedStrings
, FlexibleInstances
Expand Down

0 comments on commit a5df443

Please sign in to comment.