Permalink
Browse files
Removed some language extensions
- Loading branch information...
Showing
with
1 addition
and
5 deletions.
-
+0
−4
Data/Object.hs
-
+1
−1
data-object.cabal
|
|
@@ -1,9 +1,5 @@ |
|
|
-{-# LANGUAGE MultiParamTypeClasses #-}
|
|
|
-{-# LANGUAGE FlexibleInstances #-}
|
|
|
{-# LANGUAGE FlexibleContexts #-}
|
|
|
{-# LANGUAGE DeriveDataTypeable #-}
|
|
|
-{-# LANGUAGE ExistentialQuantification #-}
|
|
|
-{-# LANGUAGE TemplateHaskell #-}
|
|
|
---------------------------------------------------------
|
|
|
--
|
|
|
-- Module : Data.Object
|
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
name: data-object
|
|
|
-version: 0.3.1
|
|
|
+version: 0.3.1.1
|
|
|
license: BSD3
|
|
|
license-file: LICENSE
|
|
|
author: Michael Snoyman, Nicolas Pouillard
|
|
|
0 comments on commit
26f916d