Skip to content

Commit

Permalink
kinds can be conid too! (cf base 4.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Oct 29, 2012
1 parent c3f566b commit 2b40e35
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 548 deletions.
2 changes: 1 addition & 1 deletion scion-browser.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scion-browser
version: 0.2.11
version: 0.2.12
cabal-version: >= 1.8
build-type: Simple
license: BSD3
Expand Down
6 changes: 4 additions & 2 deletions src/Scion/Packages.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
-- Cabal-related functionality.
module Scion.Packages ( getPkgInfos ) where

import Scion.PersistentBrowser.Util

import Prelude hiding (Maybe)
import qualified Config
import qualified System.Info
Expand Down Expand Up @@ -182,8 +184,8 @@ readContents pkgdb =
let pkgInfo = parseInstalledPackageInfo pkgStr
case pkgInfo of
ParseOk _ info -> return [info]
ParseFailed _ -> do
-- logInfo (show err)
ParseFailed err -> do
logToStdout (show err)
return [emptyInstalledPackageInfo]
) (\_->return [emptyInstalledPackageInfo])

Expand Down
Loading

0 comments on commit 2b40e35

Please sign in to comment.