yesod-bin 1.2.12.5 → 1.2.12.6
raw patch · 8 files changed
+27/−3 lines, 8 filesdep ~optparse-applicativenew-uploader
Dependency ranges changed: optparse-applicative
Files
- hsfiles/mongo.hsfiles +4/−0
- hsfiles/mysql.hsfiles +4/−0
- hsfiles/postgres-fay.hsfiles +4/−0
- hsfiles/postgres.hsfiles +4/−0
- hsfiles/simple.hsfiles +4/−0
- hsfiles/sqlite.hsfiles +4/−0
- input/done.cg +1/−1
- yesod-bin.cabal +2/−2
hsfiles/mongo.hsfiles view
@@ -436,6 +436,10 @@ , fast-logger >= 2.2 && < 2.3 , wai-logger >= 2.2 && < 2.3 + -- see https://github.com/yesodweb/yesod/issues/814+ if !os(windows)+ build-depends: unix+ executable PROJECTNAME if flag(library-only) Buildable: False
hsfiles/mysql.hsfiles view
@@ -440,6 +440,10 @@ , fast-logger >= 2.2 && < 2.3 , wai-logger >= 2.2 && < 2.3 + -- see https://github.com/yesodweb/yesod/issues/814+ if !os(windows)+ build-depends: unix+ executable PROJECTNAME if flag(library-only) Buildable: False
hsfiles/postgres-fay.hsfiles view
@@ -477,6 +477,10 @@ , fast-logger >= 2.2 && < 2.3 , wai-logger >= 2.2 && < 2.3 + -- see https://github.com/yesodweb/yesod/issues/814+ if !os(windows)+ build-depends: unix+ executable PROJECTNAME if flag(library-only) Buildable: False
hsfiles/postgres.hsfiles view
@@ -440,6 +440,10 @@ , fast-logger >= 2.2 && < 2.3 , wai-logger >= 2.2 && < 2.3 + -- see https://github.com/yesodweb/yesod/issues/814+ if !os(windows)+ build-depends: unix+ executable PROJECTNAME if flag(library-only) Buildable: False
hsfiles/simple.hsfiles view
@@ -364,6 +364,10 @@ , fast-logger >= 2.2 && < 2.3 , wai-logger >= 2.2 && < 2.3 + -- see https://github.com/yesodweb/yesod/issues/814+ if !os(windows)+ build-depends: unix+ executable PROJECTNAME if flag(library-only) Buildable: False
hsfiles/sqlite.hsfiles view
@@ -440,6 +440,10 @@ , fast-logger >= 2.2 && < 2.3 , wai-logger >= 2.2 && < 2.3 + -- see https://github.com/yesodweb/yesod/issues/814+ if !os(windows)+ build-depends: unix+ executable PROJECTNAME if flag(library-only) Buildable: False
input/done.cg view
@@ -24,4 +24,4 @@ Start your project: - cd PROJECTNAME && cabal sandbox init && cabal install --enable-tests . yesod-platform yesod-bin --max-backjumps=-1 --reorder-goals && yesod devel+ cd PROJECTNAME && cabal sandbox init && cabal install -j --enable-tests . yesod-platform yesod-bin --max-backjumps=-1 --reorder-goals && yesod devel
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name: yesod-bin-version: 1.2.12.5+version: 1.2.12.6 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -74,7 +74,7 @@ , system-fileio >= 0.3 && < 0.4 , unordered-containers , yaml >= 0.8 && < 0.9- , optparse-applicative >= 0.5+ , optparse-applicative >= 0.5 && <= 0.9.1.1 , fsnotify >= 0.0 && < 0.2 , split >= 0.2 && < 0.3 , file-embed