Skip to content

Commit

Permalink
Bump version, update gitrev dependency and .travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
contivero committed Mar 17, 2017
1 parent a725aa4 commit 32d4f1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ matrix:
compiler: ": #stack default"
addons: {apt: {packages: [libgmp-dev]}}

- env: BUILD=stack ARGS="--resolver lts-7"
- env: BUILD=stack ARGS="--resolver lts-8.5"
compiler: ": #stack 8.0.1"
addons: {apt: {packages: [libgmp-dev]}}

Expand All @@ -57,7 +57,7 @@ matrix:
compiler: ": #stack default osx"
os: osx

- env: BUILD=stack ARGS="--resolver lts-7"
- env: BUILD=stack ARGS="--resolver lts-8.5"
compiler: ": #stack 8.0.1 osx"
os: osx

Expand Down
4 changes: 2 additions & 2 deletions hasmin.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hasmin
version: 0.3.1.3
version: 0.3.2
license: BSD3
license-file: LICENSE
author: (c) 2017 Cristian Adrián Ontivero <cristianontivero@gmail.com>
Expand Down Expand Up @@ -40,7 +40,7 @@ executable hasmin
, text >=1.2 && <1.3
, hopfli >=0.2 && <0.4
, bytestring >=0.10.2.0 && <0.11
, gitrev >=1.0.0 && <=1.2.0
, gitrev >=1.0.0 && <1.4
, matrix >=0.3.4 && <0.4
, mtl >=2.2.1 && <2.3
, numbers >=3000.2.0.0 && <3000.3
Expand Down
1 change: 1 addition & 0 deletions src/Hasmin/Types/Selector.hs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ instance ToText AnPlusB where
| x < 0 = mempty
| otherwise = singleton '+'

-- Used to print "An" values
an2Builder :: Maybe Sign -> Maybe Int -> Builder
an2Builder ms mi = maybeToBuilder ms <> maybeToBuilder mi <> singleton 'n'
where maybeToBuilder :: ToText a => Maybe a -> Builder
Expand Down
1 change: 1 addition & 0 deletions src/Hasmin/Types/Shadow.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import Control.Monad.Reader (ask)
import Data.Monoid ((<>))
import Data.Text.Lazy.Builder (singleton)
import Data.Bool (bool)

import Hasmin.Types.Class
import Hasmin.Types.Color
import Hasmin.Types.Dimension
Expand Down

0 comments on commit 32d4f1f

Please sign in to comment.