Skip to content
Snippets Groups Projects
Commit 7ee2073e authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

alex 3.2.5 reordered imports

parent 129775a7
Branches alex-3.2.5
No related tags found
No related merge requests found
......@@ -60,11 +60,11 @@ import qualified Data.Text.Encoding.Error as T
#endif
#if __GLASGOW_HASKELL__ >= 503
import Data.Array
import Data.Array.Base (unsafeAt)
#else
import Array
#endif
#if __GLASGOW_HASKELL__ >= 503
import Data.Array.Base (unsafeAt)
import GHC.Exts
#else
import GlaExts
......
......@@ -19,7 +19,7 @@ if [ -z ${STACK_CONFIG+x} ]; then
if [ "$SCRIPT" = "meta" ]; then
# change to /tmp so cabal.project doesn't affect new-install
cabal v2-update
(cd /tmp && cabal v2-install alex --constraint='alex ^>= 3.2.4' --overwrite=always)
(cd /tmp && cabal v2-install alex --constraint='alex ^>= 3.2.5' --overwrite=always)
(cd /tmp && cabal v2-install happy --constraint='happy ^>= 1.19.9' --overwrite=always)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment