Skip to content

Commit

Permalink
catch up lts-5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsea110 committed Mar 9, 2016
1 parent d8bb58d commit 7bdecf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Model.hs
Expand Up @@ -5,7 +5,7 @@ module Model ( module Model
, module Model.Fields
) where

import ClassyPrelude.Yesod hiding (Reader, try, (<|>), last)
import ClassyPrelude.Yesod hiding (Reader, try, (<|>), last, many)
import Database.Persist.Quasi hiding (parse)

-- import Yesod.Crud -- FIXME
Expand Down
4 changes: 2 additions & 2 deletions bisocie.cabal
Expand Up @@ -92,7 +92,7 @@ library
, yaml >= 0.8 && < 0.9
, http-conduit >= 2.1 && < 2.2
, directory >= 1.1 && < 1.3
, warp >= 3.0 && < 3.2
, warp >= 3.0 && < 3.3
, data-default
, aeson >= 0.6 && < 0.10
, conduit >= 1.0 && < 2.0
Expand All @@ -118,7 +118,7 @@ library
, parsec >= 3.1 && < 3.2
, utf8-string >= 0.3.7 && < 1.1
, utility-ht
, wai >= 3.0 && < 3.1
, wai >= 3.0 && < 3.3
, xml-conduit >= 1.2 && < 1.4
, xml-hamlet >= 0.4 && < 0.5

Expand Down
3 changes: 2 additions & 1 deletion stack.yaml
Expand Up @@ -8,6 +8,7 @@ packages:
git: git@github.com:cutsea110/owl-auth
commit: FIX-2015
extra-deps:
- RSA-2.1.0.3
- utility-ht-0.0.11
- yesod-pnotify-0.6.0
resolver: lts-3.10
resolver: lts-5.6

0 comments on commit 7bdecf9

Please sign in to comment.