packages feed

apelsin 1.2.1 → 1.2.2

raw patch · 3 files changed

+3/−5 lines, 3 filesdep ~tremulous-query

Dependency ranges changed: tremulous-query

Files

apelsin.cabal view
@@ -1,5 +1,5 @@ Name:                   apelsin-Version:                1.2.1+Version:                1.2.2 Author:                 Christoffer Öjeling Maintainer:             christoffer@ojeling.net License:                GPL-3@@ -25,7 +25,7 @@                         icons/hicolor/24x24/apps/apelsin.png                         icons/hicolor/64x64/apps/apelsin.png -Tested-With:            GHC==7.6.1+Tested-With:            GHC==7.6.2   Flag relativePath@@ -41,7 +41,7 @@    Build-Depends:        base>=4.3&&<5, array, mtl, containers, transformers,                         bytestring, directory, filepath, HTTP, network,-                        tremulous-query>=1.0.6, gtk, glib, process, deepseq,+                        tremulous-query>=1.0.7, gtk, glib, process, deepseq,                         cpphs, xdg-basedir    Hs-Source-Dirs:       src
src/Config.hs view
@@ -8,7 +8,6 @@     , configToFile     , makeColorsFromList ) where-import Prelude hiding (catch) import Graphics.UI.Gtk (SortType(..), Window) import Data.Array import Data.Char
src/ServerInfo.hs view
@@ -1,7 +1,6 @@ module ServerInfo (newServerInfo) where import Graphics.UI.Gtk -import Prelude hiding (catch) import Control.Applicative import Control.Monad hiding (join) import Control.Exception