Haskell will always remain niche since it is not coupled to a successful platform. But compared to the thousands of other "second tier" languages it is doing pretty well.
I think, then, that FP is great for certain kinds of problems, and not so good for others. If you've got an FP problem, reach for an FP language. If you don't, don't.
What's an FP problem? Someone here (I wish I remembered who, I'd give credit where due) said "if you can think of your program as a pipe", then FP is appropriate. If the nature of your problem has a lot of state, FP probably isn't the answer. (Note well: problems themselves can have a lot of state. It isn't always just the implementation - the problem itself may demand it.)
What about numpy (+ its ecosystem, scipy/pandas/etc)? I get the impression that's contributed a lot to Python's growth over the years.
as i typed that i thought: python is the excel of programming languages.
it also has very solid web frameworks (Django, Flask, etc.).
You may not switch the world into your favorite language, but if it is really much better, the world will somehow put the advantages into some other language and that other language will win.
The world is currently working very hard into making Frankenstein monsters out of parts taken from Haskell. At some point one of them will get things right.
Perhaps, but they will almost invariably be working for them.