yesod-bin 1.2.3.1 → 1.2.3.2
raw patch · 7 files changed
+7/−13 lines, 7 files
Files
- hsfiles/mongo.hsfiles +1/−2
- hsfiles/mysql.hsfiles +1/−2
- hsfiles/postgres-fay.hsfiles +1/−2
- hsfiles/postgres.hsfiles +1/−2
- hsfiles/simple.hsfiles +1/−2
- hsfiles/sqlite.hsfiles +1/−2
- yesod-bin.cabal +1/−1
hsfiles/mongo.hsfiles view
@@ -376,7 +376,6 @@ DeriveDataTypeable build-depends: base >= 4 && < 5- -- , yesod-platform >= 1.1 && < 1.2 , yesod >= 1.2 && < 1.3 , yesod-core >= 1.2 && < 1.3 , yesod-auth >= 1.2 && < 1.3@@ -390,7 +389,7 @@ , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1- , shakespeare-js >= 1.0.2 && < 1.2+ , shakespeare-js >= 1.2 && < 1.3 , shakespeare-text >= 1.0 && < 1.1 , hjsmin >= 0.1 && < 0.2 , monad-control >= 0.3 && < 0.4
hsfiles/mysql.hsfiles view
@@ -380,7 +380,6 @@ DeriveDataTypeable build-depends: base >= 4 && < 5- -- , yesod-platform >= 1.1 && < 1.2 , yesod >= 1.2 && < 1.3 , yesod-core >= 1.2 && < 1.3 , yesod-auth >= 1.2 && < 1.3@@ -394,7 +393,7 @@ , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1- , shakespeare-js >= 1.0.2 && < 1.2+ , shakespeare-js >= 1.2 && < 1.3 , shakespeare-text >= 1.0 && < 1.1 , hjsmin >= 0.1 && < 0.2 , monad-control >= 0.3 && < 0.4
hsfiles/postgres-fay.hsfiles view
@@ -416,7 +416,6 @@ DeriveDataTypeable build-depends: base >= 4 && < 5- -- , yesod-platform >= 1.1 && < 1.2 , yesod >= 1.2 && < 1.3 , yesod-core >= 1.2 && < 1.3 , yesod-auth >= 1.2 && < 1.3@@ -432,7 +431,7 @@ , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1- , shakespeare-js >= 1.0.2 && < 1.2+ , shakespeare-js >= 1.2 && < 1.3 , shakespeare-text >= 1.0 && < 1.1 , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4
hsfiles/postgres.hsfiles view
@@ -380,7 +380,6 @@ DeriveDataTypeable build-depends: base >= 4 && < 5- -- , yesod-platform >= 1.1 && < 1.2 , yesod >= 1.2 && < 1.3 , yesod-core >= 1.2 && < 1.3 , yesod-auth >= 1.2 && < 1.3@@ -394,7 +393,7 @@ , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1- , shakespeare-js >= 1.0.2 && < 1.2+ , shakespeare-js >= 1.2 && < 1.3 , shakespeare-text >= 1.0 && < 1.1 , hjsmin >= 0.1 && < 0.2 , monad-control >= 0.3 && < 0.4
hsfiles/simple.hsfiles view
@@ -310,7 +310,6 @@ DeriveDataTypeable build-depends: base >= 4 && < 5- -- , yesod-platform >= 1.1 && < 1.2 , yesod >= 1.2 && < 1.3 , yesod-core >= 1.2 && < 1.3 , yesod-auth >= 1.2 && < 1.3@@ -321,7 +320,7 @@ , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1- , shakespeare-js >= 1.0.2 && < 1.2+ , shakespeare-js >= 1.2 && < 1.3 , shakespeare-text >= 1.0 && < 1.1 , hjsmin >= 0.1 && < 0.2 , monad-control >= 0.3 && < 0.4
hsfiles/sqlite.hsfiles view
@@ -380,7 +380,6 @@ DeriveDataTypeable build-depends: base >= 4 && < 5- -- , yesod-platform >= 1.1 && < 1.2 , yesod >= 1.2 && < 1.3 , yesod-core >= 1.2 && < 1.3 , yesod-auth >= 1.2 && < 1.3@@ -394,7 +393,7 @@ , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1- , shakespeare-js >= 1.0.2 && < 1.2+ , shakespeare-js >= 1.2 && < 1.3 , shakespeare-text >= 1.0 && < 1.1 , hjsmin >= 0.1 && < 0.2 , monad-control >= 0.3 && < 0.4
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name: yesod-bin-version: 1.2.3.1+version: 1.2.3.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>