diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-08 21:12:54 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-08 21:12:54 +0100 |
commit | a544d20f7bcbf8e17f4b0679baae7cbed7e92495 (patch) | |
tree | e615cd527149116baa537fe0cb825eba495246a4 /lib | |
parent | 01a381911a2ce989c9e9e5ff470ff67f16a4a4f7 (diff) | |
download | xmonad-conf-a544d20f7bcbf8e17f4b0679baae7cbed7e92495.tar xmonad-conf-a544d20f7bcbf8e17f4b0679baae7cbed7e92495.zip |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Storage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Storage.hs b/lib/Storage.hs index 7f68b15..9c70b04 100644 --- a/lib/Storage.hs +++ b/lib/Storage.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE DeriveDataTypeable, ExistentialQuantification, TypeSynonymInstances, MultiParamTypeClasses, FlexibleInstances, PatternGuards #-} +{-# LANGUAGE DeriveDataTypeable, ExistentialQuantification, TypeSynonymInstances, MultiParamTypeClasses, FlexibleInstances, PatternGuards, DatatypeContexts #-} module Storage ( StoreData , Storage |