orthotope 0.1.0.0 → 0.1.0.1
raw patch · 4 files changed
+4/−4 lines, 4 filesdep ~basesetup-changed
Dependency ranges changed: base
Files
- Data/Array/Internal/Dynamic.hs +1/−0
- Data/Array/Internal/Shape.hs +1/−0
- Setup.hs +0/−2
- orthotope.cabal +2/−2
Data/Array/Internal/Dynamic.hs view
@@ -15,6 +15,7 @@ {-# OPTIONS_GHC -Wno-orphans #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE MultiParamTypeClasses #-}
Data/Array/Internal/Shape.hs view
@@ -14,6 +14,7 @@ {-# LANGUAGE AllowAmbiguousTypes #-} {-# LANGUAGE DataKinds #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FunctionalDependencies #-} {-# LANGUAGE GADTs #-}
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
orthotope.cabal view
@@ -1,5 +1,5 @@ name: orthotope-version: 0.1.0.0+version: 0.1.0.1 synopsis: Multidimensional arrays inspired by APL license: Apache license-file: LICENSE@@ -54,7 +54,7 @@ , Data.Array.Internal.ShapedS , Data.Array.Internal.ShapedU - build-depends: base >= 4.14 && < 4.15+ build-depends: base >= 4.10 && < 4.17 , deepseq , dlist , pretty