packages feed

diohsc 0.1.14.3 → 0.1.14.4

raw patch · 4 files changed

+4/−6 lines, 4 filesdep ~unix

Dependency ranges changed: unix

Files

Makefile view
@@ -1,4 +1,4 @@-VERSION=0.1.14.3+VERSION=0.1.14.4  GHCOPTS=-threaded -DICONV -DMAGIC -ignore-package regex-compat-tdfa 
Mundanities.hs view
@@ -8,8 +8,6 @@ -- You should have received a copy of the GNU General Public License -- along with this program.  If not, see http://www.gnu.org/licenses/. -{-# LANGUAGE Safe #-}- module Mundanities where  import           Control.Applicative     (Alternative, empty)
Version.hs view
@@ -16,4 +16,4 @@ programName = "diohsc"  version :: String-version = "0.1.14.3"+version = "0.1.14.4"
diohsc.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.18 name:               diohsc-version:            0.1.14.3+version:            0.1.14.4 license:            GPL-3 license-file:       COPYING maintainer:         mbays@sdf.org@@ -126,7 +126,7 @@         cpp-options: -DWINDOWS      else-        build-depends: unix >=2.7.0.1 && <2.8+        build-depends: unix >=2.7.0.1 && <2.9      if flag(magic)         cpp-options:   -DMAGIC